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 vstinner
Recipients davin, pitrou, vstinner
Date 2018-06-26.00:11:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529971902.08.0.56676864532.issue33929@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like Popen of multiprocess.popen_spawn_win32 has a race condition. If the child process is killed in the parent using terminate() before the child process "steals" rhandle, rhandle remains open. I wrote the PR 7921 to fix it.
History
Date User Action Args
2018-06-26 00:11:42vstinnersetrecipients: + vstinner, pitrou, davin
2018-06-26 00:11:42vstinnersetmessageid: <1529971902.08.0.56676864532.issue33929@psf.upfronthosting.co.za>
2018-06-26 00:11:42vstinnerlinkissue33929 messages
2018-06-26 00:11:41vstinnercreate