summaryrefslogtreecommitdiffstats
path: root/Tests/SubDir/Executable
diff options
context:
space:
mode:
authorKitware Robot <kwrobot@kitware.com>2017-12-06 05:01:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-12-06 05:01:25 (GMT)
commita442624def318c950936c8d49964c4b3bfb0487d (patch)
tree886e888f3392a9e792bdf728c12a04a99cf2f02e /Tests/SubDir/Executable
parentd06b8264212c893b5da8d7499328eb403aaaad37 (diff)
downloadCMake-master.zip
CMake-master.tar.gz
CMake-master.tar.bz2
CMake Nightly Date StampHEADmaster
Diffstat (limited to 'Tests/SubDir/Executable')
0 files changed, 0 insertions, 0 deletions
5e1db494dbb928e0cd169ab (diff)downloadcpython-e3d4fed07429670af631e5662086b76c1ec098c4.zip
cpython-e3d4fed07429670af631e5662086b76c1ec098c4.tar.gz
cpython-e3d4fed07429670af631e5662086b76c1ec098c4.tar.bz2
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Before python3.11, when in a venv the zip path is calculated from prefix on POSIX platforms. In python3.11 the behavior is accidentally changed to calculating from default prefix. This change will break venv created from a non-installed python with a stdlib zip file. This commit restores the behavior back to before python3.11.
Diffstat (limited to 'Lib/test/test_venv.py')