]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103053: Fix make check-clean-src: check "python" program (#110449)
authorVictor Stinner <vstinner@python.org>
Fri, 6 Oct 2023 00:46:52 +0000 (02:46 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 00:46:52 +0000 (00:46 +0000)
commita155f9f3427578ca5706d27e20bd0576f0395073
treea710331f95bda8b898d8451b456b5c1cea84527d
parente0c44377935de3491b2cbe1e5f87f8b336fdc922
gh-103053: Fix make check-clean-src: check "python" program (#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.
Makefile.pre.in
Misc/NEWS.d/next/Build/2023-10-06-02-15-23.gh-issue-103053.--7JUF.rst [new file with mode: 0644]