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-30638: Add clinic to make regen-all #5671

Merged
merged 3 commits into from
Feb 17, 2018
Merged

Conversation

zware
Copy link
Member

@zware zware commented Feb 14, 2018

Also makes the clinic and Modules/_blake2/blake2s_impl.c targets use $(PYTHON_FOR_REGEN) rather than $(PYTHON_FOR_BUILD).

https://bugs.python.org/issue30638

@zware zware merged commit d6ff8a7 into python:master Feb 17, 2018
@miss-islington
Copy link
Contributor

Thanks @zware for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@zware zware deleted the bpo-30638 branch February 17, 2018 23:59
@bedevere-bot
Copy link

GH-5724 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 17, 2018
Also, use PYTHON_FOR_REGEN for clinic and blake2s_impl.c rather than PYTHON_FOR_BUILD, and update .travis.yml to make use of the change.
(cherry picked from commit d6ff8a7)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
@miss-islington
Copy link
Contributor

Sorry, @zware, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker d6ff8a7037903497eff95fa32bdac2b6adf71505 3.6

zware added a commit to zware/cpython that referenced this pull request Feb 18, 2018
Also, use PYTHON_FOR_REGEN for clinic and blake2s_impl.c rather than PYTHON_FOR_BUILD, and update .travis.yml to make use of the change..
(cherry picked from commit d6ff8a7)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
@bedevere-bot
Copy link

GH-5725 is a backport of this pull request to the 3.6 branch.

miss-islington added a commit that referenced this pull request Feb 18, 2018
Also, use PYTHON_FOR_REGEN for clinic and blake2s_impl.c rather than PYTHON_FOR_BUILD, and update .travis.yml to make use of the change.
(cherry picked from commit d6ff8a7)

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
zware added a commit that referenced this pull request Feb 18, 2018
Also, use PYTHON_FOR_REGEN for clinic and blake2s_impl.c rather than PYTHON_FOR_BUILD, and update .travis.yml to make use of the change.
(cherry picked from commit d6ff8a7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants