bpo-31884 subprocess set priority on windows by JamesGKent · Pull Request #4150 · python/cpython
added 4 commits
October 27, 2017 14:33
JamesGKent
changed the title
subprocess set priority on windows
bpo-31884 subprocess set priority on windows
added: CREATE_NO_WINDOW (allocate a console without a window) DETACHED_PROCESS (do not inherit or allocate a console) CREATE_DEFAULT_ERROR_MODE CREATE_BREAKAWAY_FROM_JOB
CREATE_NO_WINDOW (allocate a console without a window) DETACHED_PROCESS (do not inherit or allocate a console) CREATE_DEFAULT_ERROR_MODE CREATE_BREAKAWAY_FROM_JOB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters