cpython/Lib/venv
Steve Dower a8474d025c
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.
2019-02-03 23:19:38 -08:00
..
scripts Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403) 2018-11-07 23:55:40 +00:00
__init__.py bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) 2019-02-03 23:19:38 -08:00
__main__.py