Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dforking.py206 WINEXE = (sys.platform == 'win32' and getattr(sys, 'frozen', False)) variable
408 if not WINEXE and not WINSERVICE: