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 gregory.p.smith
Recipients chris.jerdonek, gregory.p.smith
Date 2015-12-27.19:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451243065.56.0.240811866782.issue25960@psf.upfronthosting.co.za>
In-reply-to
Content
This appears due to Popen._waitpid_lock.  It is not being released when the signal fires and the while loop containing the with self._waitpid_lock repeats.

This also reproduces when using subprocess32.
History
Date User Action Args
2015-12-27 19:04:25gregory.p.smithsetrecipients: + gregory.p.smith, chris.jerdonek
2015-12-27 19:04:25gregory.p.smithsetmessageid: <1451243065.56.0.240811866782.issue25960@psf.upfronthosting.co.za>
2015-12-27 19:04:25gregory.p.smithlinkissue25960 messages
2015-12-27 19:04:25gregory.p.smithcreate