-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
gh-103053: Fix make check-clean-src: check "python" program #110449
Conversation
"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.
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 <[email protected]>
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 <[email protected]>
|
|
…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 <[email protected]>
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 <[email protected]>
|
|
|
|
|
Seems this fix broke some build bots ;) |
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 |
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. |
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.