]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)
authorSteve Dower <steve.dower@python.org>
Wed, 8 Dec 2021 19:25:58 +0000 (19:25 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Dec 2021 19:25:58 +0000 (19:25 +0000)
commit7778116c2f573edf320bd55301137a968e4339d8
treedfdc3d43400f0f1f511aa0097e4d6bccfc077833
parent3cb9731b7e59b0df9a7a9ab6b7746a669958b693
bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)

Also ensures that pybuilddir.txt is written early enough in the build to be picked up by later steps.
Lib/test/test_embed.py
Lib/test/test_getpath.py
Misc/NEWS.d/next/Windows/2021-12-08-16-36-20.bpo-46105.t1mJ6Q.rst [new file with mode: 0644]
Modules/getpath.c
Modules/getpath.py
PCbuild/python.vcxproj