]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
authorSteve Dower <steve.dower@microsoft.com>
Mon, 4 Feb 2019 15:20:19 +0000 (07:20 -0800)
committerGitHub <noreply@github.com>
Mon, 4 Feb 2019 15:20:19 +0000 (07:20 -0800)
commit44467e8ea4cea390b0718702291b4cfe8ddd67ed
tree00d7ae5622e442cb26649de03bc3f54b9e48d34d
parent69af4395a25481e9de4009c816b6d1f032a2d8eb
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)

After reading __PYVENV_LAUNCHER__ we now set sys._base_executable value for later use.
Make the same changes for macOS to avoid extra platform checks.
Lib/multiprocessing/popen_spawn_win32.py
Lib/multiprocessing/spawn.py
Lib/site.py
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Windows/2019-02-02-15-56-50.bpo-35873.UW-qS9.rst [new file with mode: 0644]
Misc/NEWS.d/next/Windows/2019-02-02-15-57-19.bpo-35872.Bba2n7.rst [new file with mode: 0644]