]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92897: Ensure `venv --copies` respects source build property of the creating inter...
authorJeremy Kloth <jeremy.kloth@gmail.com>
Tue, 5 Jul 2022 15:08:20 +0000 (10:08 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 15:08:20 +0000 (16:08 +0100)
commit067597522a9002f3b8aff7f46033f10acb2381e4
tree68ae8f1c01ed530c8603c6da3064c6782e65de29
parente6ec6f5b50e8793172e83a9afbb05fe01f236b37
gh-92897: Ensure `venv --copies` respects source build property of the creating interpreter (GH-92899)
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_sysconfig.py
Lib/sysconfig.py
Lib/test/test_sysconfig.py
Lib/test/test_venv.py