[3.8] bpo-22490: Remove PYVENV_LAUNCHER from environment during launch (GH-9516) by miss-islington · Pull Request #19110 · python/cpython (original) (raw)
- bpo-22490: Remove "PYVENV_LAUNCHER" from the shell environment on macOS
This changeset removes the environment varialbe "PYVENV_LAUNCHER"
during interpreter launch as it is only needed to communicate between
the stub executable in framework installs and the actual interpreter.
Leaving the environment variable present may lead to misbehaviour when
launching other scripts.
- Actually commit the changes for issue 22490...
- Correct typo
Co-Authored-By: Nicola Soranzo nicola.soranzo@gmail.com
- Run make patchcheck
Co-authored-by: Jason R. Coombs jaraco@jaraco.com
Co-authored-by: Nicola Soranzo nicola.soranzo@gmail.com
(cherry picked from commit 044cf94)
Co-authored-by: Ronald Oussoren ronaldoussoren@mac.com