-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-40432: Use python 3.8 or higher to compile cpython on windows #25389
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
|
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 781fc83 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
|
The PR does indeed solve the issue. The worker compiles and completes the tests (with warnings, but that is unrelated to this change) |
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 and passes the PR check!
Thanks for taking the time to set up a buildbot worker! Without it this may have gone unnoticed longer. |
|
@Fidget-Spinner please, ping me if @zooba didn't have time to review this in the following days so I can review it. |
Apply suggestions by Jeremy Co-Authored-By: Jeremy Kloth <20042737+jkloth@users.noreply.github.com>
|
🤖 New build scheduled with the buildbot fleet by @Fidget-Spinner for commit 83689f0 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
|
While this is still a valid issue with the build scripts, I have now installed 3.8 on my buildbot so as to finally see it useful. The reason my buildbot has this problem is that I have installed Visual Studio 2019 with the Python component selected. This component also installs Py3.7. David's buildbot uses the 2017 Build Tools which means the logic in find_python falls through to fetching the latest build from nuget. |
|
@zooba: Please replace |
|
That test failure was asyncio, unrelated to this change. |
|
Thanks @Fidget-Spinner for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
GH-25637 is a backport of this pull request to the 3.9 branch. |
…thonGH-25389) (cherry picked from commit 425434d) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
|
@zooba , thanks for reviewing this PR and merging it! |
Some regen grammar scripts use the walrus
:=operator and so they need Python 3.8 or higher to compile. Hopefully this fixes theAMD64 Windows10 Probuild.Co-Authored-By: Jeremy Kloth 20042737+jkloth@users.noreply.github.com
https://bugs.python.org/issue40432