◐ Shell
clean mode source ↗

Message 352677 - Python tracker

Message352677

Author vstinner
Recipients gregory.p.smith, haizaar, martin.panter, miss-islington, twouters, vstinner, xtreak
Date 2019-09-17.23:40:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568763617.49.0.377115541926.issue37424@roundup.psfhosted.org>
In-reply-to
Content
> On Windows, the following pattern _can_ hang: (...)

I created bpo-38207 "subprocess: On Windows, Popen.kill() + Popen.communicate() is blocking until all processes using the pipe close the pipe" to track this issue.
History
Date User Action Args
2019-09-17 23:40:17vstinnersetrecipients: + vstinner, twouters, gregory.p.smith, martin.panter, miss-islington, xtreak, haizaar
2019-09-17 23:40:17vstinnersetmessageid: <1568763617.49.0.377115541926.issue37424@roundup.psfhosted.org>
2019-09-17 23:40:17vstinnerlinkissue37424 messages
2019-09-17 23:40:17vstinnercreate