the.bay.news

Expose PROC_THREAD_ATTRIBUTE_JOB_LIST through subprocess on Windows

Discussions on Python.org
Expose PROC_THREAD_ATTRIBUTE_JOB_LIST through subprocess on Windows
Expose PROC_THREAD_ATTRIBUTE_JOB_LIST through subprocess on Windows I would like to propose exposing Windows PROC_THREAD_ATTRIBUTE_JOB_LIST through subprocess.STARTUPINFO.lpAttributeList. CPython currently exposes PROC_THREAD_ATTRIBUTE_HANDLE_LIST through: startupinfo = subprocess.STARTUPINFO( lpAttributeList={ "handle_list": [...], } ) Windows also supports PROC_THREAD_ATTRIBUTE_JOB_LIST, which allows a process to be associated with one or more Job Objects as part of CreatePr...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.