Home
last modified time | relevance | path

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

/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: