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 gregory.p.smith
Date 2014-04-18.01:35:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397784925.59.0.940171442986.issue21291@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a proposed fix for this issue.  It should make the wait() and poll() methods thread safe.  I need to turn the reproducer code into an actual test case and add more test cases for coverage of all code paths being touched.

I haven't examined the windows side of this code for the issue, it may also be useful there.
History
Date User Action Args
2014-04-18 01:35:25gregory.p.smithsetrecipients: + gregory.p.smith
2014-04-18 01:35:25gregory.p.smithsetmessageid: <1397784925.59.0.940171442986.issue21291@psf.upfronthosting.co.za>
2014-04-18 01:35:25gregory.p.smithlinkissue21291 messages
2014-04-18 01:35:25gregory.p.smithcreate