◐ Shell
clean mode source ↗

bpo-1635741: port blake2 module to multi-phase init by koubaa · Pull Request #21856 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@koubaa

@koubaa koubaa commented

Aug 13, 2020

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

@koubaa koubaa force-pushed the bpo-1635741-blake2 branch from d282ca9 to abb51fe Compare

August 21, 2020 23:49

@koubaa

koubaa commented

Aug 29, 2020

Copy link Copy Markdown

Contributor Author

@vstinner @shihai1991 This is ready for review

Comment thread

Modules/_blake2/blake2b_impl.c Outdated

Comment thread

Modules/_blake2/blake2module.c Outdated

Comment thread

Modules/_blake2/blake2module.c Outdated

Comment thread

Modules/_blake2/blake2module.c Outdated

Comment thread

Modules/_blake2/blake2s_impl.c Outdated

@vstinner vstinner left a comment

Copy link Copy Markdown

Member

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

koubaa commented

Sep 1, 2020

Copy link Copy Markdown

Contributor Author

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

@vstinner vstinner merged commit a7f0268 into python:master

Sep 2, 2020

@vstinner

vstinner commented

Sep 2, 2020

Copy link Copy Markdown

Member

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

Reviewers

@vstinner vstinner vstinner approved these changes

@tiran tiran Awaiting requested review from tiran

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@koubaa @vstinner @the-knights-who-say-ni @bedevere-bot