gh-116646, AC: Add CConverter.use_converter() method (#116793)

Only add includes when the converter is effectively used.
This commit is contained in:
Victor Stinner 2024-03-14 13:57:02 +01:00 committed by GitHub
parent 97b80af897
commit 2a54c4b25e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 8 deletions

View file

@ -6,7 +6,6 @@ preserve
# include "pycore_gc.h" // PyGC_Head
# include "pycore_runtime.h" // _Py_ID()
#endif
#include "pycore_abstract.h" // _PyNumber_Index()
#include "pycore_modsupport.h" // _PyArg_CheckPositional()
PyDoc_STRVAR(_ssl__SSLSocket_do_handshake__doc__,
@ -1664,4 +1663,4 @@ exit:
#ifndef _SSL_ENUM_CRLS_METHODDEF
#define _SSL_ENUM_CRLS_METHODDEF
#endif /* !defined(_SSL_ENUM_CRLS_METHODDEF) */
/*[clinic end generated code: output=fd1c3378fbba5240 input=a9049054013a1b77]*/
/*[clinic end generated code: output=28a22f2b09d631cb input=a9049054013a1b77]*/