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 yselivanov
Recipients dcoles, gvanrossum, larry, ned.deily, python-dev, vstinner, yselivanov
Date 2016-06-11.16:05:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465661113.61.0.34607688851.issue22970@psf.upfronthosting.co.za>
In-reply-to
Content
I'm merging David's patch.  I concur with David that the only viable way to fix this is to loop through the CancelledError until the lock is acquired (and Condition is in a right state).

Thanks, David.  It should make it to 3.5.2 now.
History
Date User Action Args
2016-06-11 16:05:13yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, larry, ned.deily, python-dev, dcoles
2016-06-11 16:05:13yselivanovsetmessageid: <1465661113.61.0.34607688851.issue22970@psf.upfronthosting.co.za>
2016-06-11 16:05:13yselivanovlinkissue22970 messages
2016-06-11 16:05:13yselivanovcreate