]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH...
authorSteve Dower <steve.dower@python.org>
Fri, 28 Jun 2019 17:02:13 +0000 (10:02 -0700)
committerNed Deily <nad@python.org>
Tue, 2 Jul 2019 02:24:26 +0000 (22:24 -0400)
commit3c34ea97a341e4dd80b542c99c593f014a8ae410
tree0c65fde80bdd1fb2fe7f9613cada893d15bfd180
parentcc0bf97d61fbe844843f28abc510a11f3ef09942
bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450)
Lib/site.py
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Windows/2019-06-28-08-09-08.bpo-37369.1iVpxq.rst [new file with mode: 0644]
PC/getpathp.c
PC/python_uwp.cpp
Python/sysmodule.c