Skip to content
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

Merged
merged 11 commits into from
Sep 2, 2020

Conversation

koubaa
Copy link
Contributor

@koubaa koubaa commented Aug 13, 2020

@koubaa koubaa force-pushed the bpo-1635741-blake2 branch from d282ca9 to abb51fe Compare August 21, 2020 23:49
@koubaa
Copy link
Contributor Author

koubaa commented Aug 29, 2020

@vstinner @shihai1991 This is ready for review

Modules/_blake2/blake2b_impl.c Outdated Show resolved Hide resolved
Modules/_blake2/blake2module.c Outdated Show resolved Hide resolved
Modules/_blake2/blake2module.c Outdated Show resolved Hide resolved
Modules/_blake2/blake2module.c Outdated Show resolved Hide resolved
Modules/_blake2/blake2s_impl.c Outdated Show resolved Hide resolved
Copy link
Member

@vstinner vstinner left a 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.

@koubaa
Copy link
Contributor Author

koubaa commented Sep 1, 2020

@vstinner looks like the doc issue is fixed in the CI.

@vstinner vstinner merged commit a7f0268 into python:master Sep 2, 2020
@vstinner
Copy link
Member

vstinner commented Sep 2, 2020

Merged, thanks @koubaa.

xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
Port the _blake2 extension module to the multi-phase
initialization API (PEP 489).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants