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 gvanrossum, koobs, pitrou
Date 2013-10-19.23:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382226464.9.0.370739790957.issue19305@psf.upfronthosting.co.za>
In-reply-to
Content
That patch looks good except please don't call it wait_for(), since there's already tasks.wait_for().  You can call it run_until().

Having to pass the loop to sleep() is only really required in the tests -- there was a movement a while ago (started by Alex Gaynor and supported by Glyph) to always pass in an explicit loop; my compromise was to force the tests to always pass in a loop (by using set_event_loop(None)).
History
Date User Action Args
2013-10-19 23:47:44gvanrossumsetrecipients: + gvanrossum, pitrou, koobs
2013-10-19 23:47:44gvanrossumsetmessageid: <1382226464.9.0.370739790957.issue19305@psf.upfronthosting.co.za>
2013-10-19 23:47:44gvanrossumlinkissue19305 messages
2013-10-19 23:47:44gvanrossumcreate