bpo-43916: Use Py_TPFLAGS_DISABLE_NEW flag in hashlib by tiran · Pull Request #25722 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
wants to merge 3 commits into
Conversation
tiran
mentioned this pull request
I merged my PR #25721 and the flag was renamed. Can you please rebase your PR?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. If you rebase your PR and rename Py_TPFLAGS_DISABLE_NEW flag to Py_TPFLAGS_DISALLOW_INSTANTIATION.
I only reviewed Lib/test/test_hashlib.py and Modules/_hashopenssl.c changes.
I created PR #25745 which also updates the posix module.
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