Message 355647 - Python tracker

Message355647

Author vstinner
Recipients vstinner
Date 2019-10-29.11:41:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572349270.21.0.912435474628.issue38630@roundup.psfhosted.org>
In-reply-to
Content
I noticed this issue by reading subprocess code while working on bpo-38207 ("subprocess: Popen.kill() + Popen.communicate() is blocking until all processes using the pipe close the pipe") and bpo-38502 ("regrtest: use process groups").
History
Date User Action Args
2019-10-29 11:41:10vstinnersetrecipients: + vstinner
2019-10-29 11:41:10vstinnersetmessageid: <1572349270.21.0.912435474628.issue38630@roundup.psfhosted.org>
2019-10-29 11:41:10vstinnerlinkissue38630 messages
2019-10-29 11:41:10vstinnercreate