◐ Shell
clean mode source ↗

bpo-42333: Port _ssl extension module to heap types (GH-23392) by tiran · Pull Request #23392 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

tiran

merged 6 commits into

Nov 20, 2020

Conversation

@tiran

The PR does not introduce PyModule_AddObjectRef() or error checks to PyModule_AddIntConstant(). I'll update the code once my constant initialization feature has landed.

@tiran tiran changed the title bpo-42333: Port _ssl extension module to heap types bpo-42333: Port _ssl extension module to heap types (GH-23392)

Nov 20, 2020

@tiran tiran deleted the bpo-42333-ssl-init branch

November 20, 2020 08:40

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
All types in _ssl module are now heap types.