Home
last modified time | relevance | path

Searched refs:ZERO_RETURN_CMD (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_subprocess.py67 ZERO_RETURN_CMD = (sys.executable, '-c', 'pass') variable
76 global ZERO_RETURN_CMD
77 ZERO_RETURN_CMD = (shell_true,) # Faster than Python startup.
114 p = subprocess.Popen(ZERO_RETURN_CMD,
128 p = subprocess.Popen(ZERO_RETURN_CMD,
158 rc = subprocess.check_call(ZERO_RETURN_CMD)
808 subprocess.Popen(ZERO_RETURN_CMD, env=newenv)
814 subprocess.Popen(ZERO_RETURN_CMD, env=newenv)
820 subprocess.Popen(ZERO_RETURN_CMD, env=newenv)
921 p = subprocess.Popen(ZERO_RETURN_CMD, **options)
[all …]