Home | History | Annotate | Download | only in python2.7

Lines Matching defs:CREATE_NEW_CONSOLE

444     from _subprocess import (CREATE_NEW_CONSOLE, CREATE_NEW_PROCESS_GROUP,
449 __all__.extend(["CREATE_NEW_CONSOLE", "CREATE_NEW_PROCESS_GROUP",
931 # Not passing CREATE_NEW_CONSOLE has been known to
937 creationflags |= _subprocess.CREATE_NEW_CONSOLE