-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
bpo-1635741: port blake2 module to multi-phase init #21856
Conversation
d282ca9
to
abb51fe
Compare
@vstinner @shihai1991 This is ready for review |
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.
LGTM, with a minor suggestion on the NEWS entry (please update it).
But right now, I cannot merge the PR: https://mail.python.org/archives/list/python-dev@python.org/thread/KMXK6BQWQZRR2TGVRLECMR7CUVIVTUMQ/
Please ping me when the workflow will be repaired, so I will merge your PR.
Misc/NEWS.d/next/Core and Builtins/2020-08-13-07-18-05.bpo-1635741.FC13e7.rst
Outdated
Show resolved
Hide resolved
@vstinner looks like the doc issue is fixed in the CI. |
Merged, thanks @koubaa. |
Port the _blake2 extension module to the multi-phase initialization API (PEP 489).
https://bugs.python.org/issue1635741