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 dcoles, gvanrossum, vstinner, yselivanov
Date 2015-01-08.22:54:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420757677.99.0.352743384449.issue22970@psf.upfronthosting.co.za>
In-reply-to
Content
threading.Condition.wait() implementation is very similar to asyncio.Condition.wait(), and the threading code only call acquire() once, it doesn't loop or ignore exceptions.

Does it mean that threading.Condition.wait() has the same issue?
History
Date User Action Args
2015-01-08 22:54:38vstinnersetrecipients: + vstinner, gvanrossum, dcoles, yselivanov
2015-01-08 22:54:37vstinnersetmessageid: <1420757677.99.0.352743384449.issue22970@psf.upfronthosting.co.za>
2015-01-08 22:54:37vstinnerlinkissue22970 messages
2015-01-08 22:54:37vstinnercreate