We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f01388 commit 918edc0Copy full SHA for 918edc0
Lib/test/test_subprocess.py
@@ -651,6 +651,7 @@ def is_env_var_to_ignore(n):
651
# on adding even when the environment in exec is empty.
652
# Gentoo sandboxes also force LD_PRELOAD and SANDBOX_* to exist.
653
return ('VERSIONER' in n or '__CF' in n or # MacOS
654
+ '__PYVENV_LAUNCHER__' in n or # MacOS framework build
655
n == 'LD_PRELOAD' or n.startswith('SANDBOX') or # Gentoo
656
n == 'LC_CTYPE') # Locale coercion triggered
657
0 commit comments