cpython/Modules/_ssl
Victor Stinner b270b82f11
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Replace "(PyCFunction)(void(*)(void))func" cast with
_PyCFunction_CAST(func).
2022-05-03 20:25:41 +02:00
..
clinic gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) 2022-05-03 20:25:41 +02:00
cert.c bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792) 2021-05-02 09:47:45 +02:00
debughelpers.c bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253) 2021-04-17 20:06:38 +02:00
misc.c bpo-18233: Add internal methods to access peer chain (GH-25467) 2021-04-26 15:01:40 +02:00