This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients GranPrego, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-05-22.17:41:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527010860.79.0.682650639539.issue33603@psf.upfronthosting.co.za>
In-reply-to
Content
The thread handle that CreateProcess returns gets immediately closed in Popen._execute_child, so I can't see how this is due to subprocess. Please check to make sure these thread handles aren't for threads in your own process. Set the lower pane of Process Explorer to show the handle list. For a thread handle, the name field shows the executable name and PID of the process to which the thread is attached.
History
Date User Action Args
2018-05-22 17:41:00eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, GranPrego
2018-05-22 17:41:00eryksunsetmessageid: <1527010860.79.0.682650639539.issue33603@psf.upfronthosting.co.za>
2018-05-22 17:41:00eryksunlinkissue33603 messages
2018-05-22 17:41:00eryksuncreate