]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103053: Fix make check-clean-src: check "python" program (GH-110449) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Oct 2023 01:10:39 +0000 (18:10 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 01:10:39 +0000 (01:10 +0000)
commitf7a1d7d060168f668dbc985bd978d8b009d6e300
tree8cf9e91694ac98b2c2073dbef1948aa5b98ffde0
parent67129c379cdfc7e880bc1cfdef3df1f562c94853
[3.11] gh-103053: Fix make check-clean-src: check "python" program (GH-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 a155f9f3427578ca5706d27e20bd0576f0395073)

Co-authored-by: Victor Stinner <vstinner@python.org>
Makefile.pre.in
Misc/NEWS.d/next/Build/2023-10-06-02-15-23.gh-issue-103053.--7JUF.rst [new file with mode: 0644]