cpython/Modules/_ssl
Christian Heimes 7f1305ef9e
bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253)
- Introduce sslmodule_slots
- Introduce sslmodulestate
- Use sslmodulestate
- Get rid of PyState_FindModule
- Move new structs and helpers to header file
- Use macros to access state
- Keep a strong ref to socket type
2021-04-17 20:06:38 +02:00
..
debughelpers.c bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253) 2021-04-17 20:06:38 +02:00