-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-32409: Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" #10403
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
…ndows (pythonGH-10295)" This reverts commit c64583b.
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. I'm always in favor of reverting changes which break the CI :-)
If your buildbot-custom branch change is this PR, it failed on: https://buildbot.python.org/all/#builders/42/builds/5 |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
GH-10405 is a backport of this pull request to the 3.7 branch. |
Sorry, @pablogsal, I could not cleanly backport this to |
…ndows (pythonGH-10295)" (pythonGH-10403) This reverts commit c64583b due to multiple buildbot failures when building it. (cherry picked from commit 6843ffe) Co-authored-by: Pablo Galindo <[email protected]>
No, that is basically the same error that this PR is fixing but with extra printing to see what exactly was failing in the original PR. Check the diff here: |
The commit was not backported to 3.6, so is no need to backport this to 3.6. :) Good job @miss-islington ! |
…ndows (GH-10295)" (GH-10403) This reverts commit c64583b due to multiple buildbot failures when building it. (cherry picked from commit 6843ffe) Co-authored-by: Pablo Galindo <[email protected]>
This reverts commit c64583b as it broke several Windows buildbots:
Original PR:
#10295
Broken buildbot links:
https://buildbot.python.org/all/#/builders/32/builds/1707
https://buildbot.python.org/all/#/builders/113/builds/733
https://buildbot.python.org/all/#/builders/40/builds/1137
https://buildbot.python.org/all/#/builders/130/builds/420
https://buildbot.python.org/all/#/builders/3/builds/1634
Revert policy:
https://discuss.python.org/t/policy-to-revert-commits-on-buildbot-failure/404/4
Custom run in the buildbot of this revert:
https://buildbot.python.org/all/#/builders/22/builds/4
https://bugs.python.org/issue32409