bpo-42333: Port _ssl extension module to heap types (GH-23392) by tiran · Pull Request #23392 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
tiran merged 6 commits intopython:masterfrom
Nov 20, 2020Merged
bpo-42333: Port _ssl extension module to heap types (GH-23392)#23392
tiran merged 6 commits intopython:masterfrom
bpo-42333: Port _ssl extension module to heap types (GH-23392)#23392
tiran merged 6 commits intopython:masterfrom
Conversation
Copy link
Member
tiran added 6 commits
November 19, 2020 09:42
tiran
requested a review
from vstinner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Copy link
Member Author
tiran
commented
Nov 19, 2020
tiran commented
Nov 19, 2020The 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
requested a review
from corona10
tiran
changed the title
bpo-42333: Port _ssl extension module to heap types
bpo-42333: Port _ssl extension module to heap types (GH-23392)
tiran
merged commit
5c36da7
into
python:master
tiran
deleted the
bpo-42333-ssl-init
branch
bedevere-bot
removed
the
awaiting core review
label
adorilson pushed a commit to adorilson/cpython that referenced this pull request
Mar 13, 2021All types in _ssl module are now heap types.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment