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 dcoles
Recipients dcoles, gvanrossum, vstinner, yselivanov
Date 2015-01-15.02:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421289885.76.0.916540179371.issue22970@psf.upfronthosting.co.za>
In-reply-to
Content
Just for context, the reason for using a custom wait function (cond_wait_timeout) rather than the more idiomatic asyncio.wait_for(cond.wait(), timeout) is that the combination introduces another subtle, but nasty locking inconsistency (see https://groups.google.com/forum/#!topic/python-tulip/eSm7rZAe9LM ). Should probably open a ticket for that issue too.
History
Date User Action Args
2015-01-15 02:44:45dcolessetrecipients: + dcoles, gvanrossum, vstinner, yselivanov
2015-01-15 02:44:45dcolessetmessageid: <1421289885.76.0.916540179371.issue22970@psf.upfronthosting.co.za>
2015-01-15 02:44:45dcoleslinkissue22970 messages
2015-01-15 02:44:45dcolescreate