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 gvanrossum
Recipients chatgris, gvanrossum, vstinner, yselivanov
Date 2014-09-20.21:17:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411247862.83.0.793667840089.issue22448@psf.upfronthosting.co.za>
In-reply-to
Content
By the way I just looked at wait_for.py; it has a bug where do_work() isn't using yield-from with the sleep() call. But that may well be the issue you were trying to debug, and this does not change my opinion about the issue -- I am still looking forward to your patch.
History
Date User Action Args
2014-09-20 21:17:42gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, chatgris
2014-09-20 21:17:42gvanrossumsetmessageid: <1411247862.83.0.793667840089.issue22448@psf.upfronthosting.co.za>
2014-09-20 21:17:42gvanrossumlinkissue22448 messages
2014-09-20 21:17:42gvanrossumcreate