Uh oh!
There was an error while loading. Please reload this page.
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.
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.