-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-43669: Drop the internal _sha3 module per PEP 644 #28768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9e17407
to
0791a0e
Compare
0791a0e
to
da84551
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changeset needs a new, dedicated BPO and a thorough discussion.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I haven't removed the _sha3 and _blake2 modules yet on purpose. I recommend that we wait two releases and drop them in 3.12. |
It may be prudent enough, but it's worth documenting this somewhere :) |
I would like to remove a lot of stuff from the stdlib. That doesn't mean it's a good idea to remove it. :) PEP 644 is deliberately vague and says
Please notice that is says could, not will, shell, or should. There are backwards compatibility implications with the removal of the builtin code. |
😄
It does say "Python's internal copy of the Keccak Code Package and the internal _sha3 module will be removed." |
This PR is stale because it has been open for 30 days with no activity. |
https://www.python.org/dev/peps/pep-0644/#sha-3
Closes #24601
https://bugs.python.org/issue43669