bpo-31884 subprocess set priority on windows by JamesGKent · Pull Request #4150 · python/cpython

added 4 commits

October 27, 2017 14:33
adds the required constants that can be passed to creationflags for Popen to allow setting the process priority on windows.
add constants for setting process priority

@JamesGKent

@JamesGKent JamesGKent changed the title subprocess set priority on windows bpo-31884 subprocess set priority on windows

Oct 27, 2017

@JamesGKent

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

@JamesGKent

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

vstinner

vstinner

@JamesGKent

@JamesGKent

vstinner

vstinner

@JamesGKent

@JamesGKent

vstinner

vstinner