Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dspawn.py31 WINSERVICE = False variable
34 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
36 if WINSERVICE:
186 elif sys.platform != 'win32' or (not WINEXE and not WINSERVICE):
Dpopen_spawn_win32.py19 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
/external/python/cpython2/Lib/multiprocessing/
Dforking.py207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
217 if WINSERVICE:
408 if not WINEXE and not WINSERVICE and \