]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42333: Port _ssl extension module to heap types (GH-23392)
authorChristian Heimes <christian@python.org>
Fri, 20 Nov 2020 08:40:12 +0000 (09:40 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Nov 2020 08:40:12 +0000 (09:40 +0100)
commit5c36da78d738d0e5fdb539a758cc15abc47c843b
tree3d26c24a2abc76fb63bc1db318936c93b8210221
parent03c8ddd9e94c7bddf1f06cf785027b8d2bf00ff0
bpo-42333: Port _ssl extension module to heap types (GH-23392)

All types in _ssl module are now heap types.
Misc/NEWS.d/next/Library/2020-11-12-18-21-15.bpo-42333.J9vFmV.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h