Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-103053: Fix make check-clean-src: check "python" program#110449
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
vstinner commented Oct 6, 2023 • edited by bedevere-app bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-app bot
Uh oh!
There was an error while loading. Please reload this page.
"make check-clean-src" now also checks if the "python" program is found in the source directory: fail with an error if it does exist.
miss-islington commented Oct 6, 2023
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…thonGH-110449) "make check-clean-src" now also checks if the "python" program is found in the source directory: fail with an error if it does exist. (cherry picked from commit a155f9f) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-110453 is a backport of this pull request to the 3.12 branch. |
GH-110454 is a backport of this pull request to the 3.11 branch. |
…thonGH-110449) "make check-clean-src" now also checks if the "python" program is found in the source directory: fail with an error if it does exist. (cherry picked from commit a155f9f) Co-authored-by: Victor Stinner <vstinner@python.org>
bedevere-bot commented Oct 6, 2023
|
bedevere-bot commented Oct 6, 2023
|
…H-110449) (#110454) gh-103053: Fix make check-clean-src: check "python" program (GH-110449) "make check-clean-src" now also checks if the "python" program is found in the source directory: fail with an error if it does exist. (cherry picked from commit a155f9f) Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner commented Oct 6, 2023
cc @erlend-aasland: Another build fix ;-) |
…H-110449) (#110453) gh-103053: Fix make check-clean-src: check "python" program (GH-110449) "make check-clean-src" now also checks if the "python" program is found in the source directory: fail with an error if it does exist. (cherry picked from commit a155f9f) Co-authored-by: Victor Stinner <vstinner@python.org>
bedevere-bot commented Oct 6, 2023
|
bedevere-bot commented Oct 6, 2023
|
bedevere-bot commented Oct 6, 2023
|
bedevere-bot commented Oct 6, 2023
|
bedevere-bot commented Oct 6, 2023
|
erlend-aasland commented Oct 6, 2023
Seems this fix broke some build bots ;) |
vstinner commented Oct 6, 2023
Nah, it didn't break buildbots, it just made a bug more visible :-) My following change is the real fix for test_freeze: PR #110451. It runs |
vstinner commented Oct 6, 2023
This following change fixed all buildbots. If I knew that it would be break something, I would do the two changes in the opposite order. |
erlend-aasland commented Oct 6, 2023
Great! Thanks :) |
…thon#110449) "make check-clean-src" now also checks if the "python" program is found in the source directory: fail with an error if it does exist.
"make check-clean-src" now also checks if the "python" program is found in the source directory: fail with an error if it does exist.