]> 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)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2019 17:02:13 +0000 (10:02 -0700)
commitdb4d7ddb012ef8f087a8eb2a5b8a672d04a48e1a
tree81c2a632a9fdf0a6498dccd42b1fd8771f996648
parent99f2f851773c6e481e80e8e157d9f5ad4fc5cbb3
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