]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source directory...
authorIjtaba Hussain <ijtabahussain@live.com>
Tue, 11 Jul 2023 22:22:18 +0000 (23:22 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 22:22:18 +0000 (22:22 +0000)
commitde827322ca47e51d52ff44536a7c3fd44648383a
tree1c50bb7f86c5642829c79ecd21208e0d0c59e3ea
parentda86db56cb595fdbeda8b57a1ec03b1dd80ad1f0
gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source directory (#103213)

Fetch CONFIG_ARGS from the original source directory, instead of from
the copied source tree. When "make clean" is executed in the copied
source tree, the build directory is cleared and the configure argument
lookup fails. However, the original source directory still contains this
information.
Misc/NEWS.d/next/Tools-Demos/2023-04-05-07-19-36.gh-issue-103186.yEozgK.rst [new file with mode: 0644]
Tools/freeze/test/freeze.py