]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-92897: Ensure `venv --copies` respects source build property of the creatin...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 5 Jul 2022 15:40:17 +0000 (16:40 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 15:40:17 +0000 (16:40 +0100)
commit49aeda989d9385eb4f0c41f7a7e4854037a7abfb
treef854825d1d3f3b518cdd575697c97a8518ddb850
parent7a3dae06eb6ff822b47ee8ed01dd840139cb994c
[3.11] gh-92897: Ensure `venv --copies` respects source build property of the creating interpreter (GH-92899) (GH-94567)

(cherry picked from commit 067597522a9002f3b8aff7f46033f10acb2381e4)

Co-authored-by: Jeremy Kloth <jeremy.kloth@gmail.com>
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_sysconfig.py
Lib/sysconfig.py
Lib/test/test_sysconfig.py
Lib/test/test_venv.py