diff options
author | Victor Stinner <vstinner@python.org> | 2024-03-14 12:57:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 12:57:02 (GMT) |
commit | 2a54c4b25e05e30c50b915302fa846dd0d4e018b (patch) | |
tree | 003f14b1104bbe6a7a96dba62ec82f147e508aad /Modules/clinic/_ssl.c.h | |
parent | 97b80af897cd3376a5be66c8d5d63310723a1590 (diff) | |
download | cpython-2a54c4b25e05e30c50b915302fa846dd0d4e018b.zip cpython-2a54c4b25e05e30c50b915302fa846dd0d4e018b.tar.gz cpython-2a54c4b25e05e30c50b915302fa846dd0d4e018b.tar.bz2 |
gh-116646, AC: Add CConverter.use_converter() method (#116793)
Only add includes when the converter is effectively used.
Diffstat (limited to 'Modules/clinic/_ssl.c.h')
-rw-r--r-- | Modules/clinic/_ssl.c.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/clinic/_ssl.c.h b/Modules/clinic/_ssl.c.h index 2940f16..e8d1342 100644 --- a/Modules/clinic/_ssl.c.h +++ b/Modules/clinic/_ssl.c.h @@ -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]*/ |