]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:23:15 +0000 (18:23 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 01:23:15 +0000 (01:23 +0000)
commit67028f0c159d9d83528d1890d8e9543157efb8b7
treeb36f1a35a8f5fa8ad60609c747ef041885430c11
parent6af359b088cc5cecb98add1302e2788d57a83011
[3.12] gh-103053: Fix make check-clean-src: check "python" program (GH-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 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]