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 gvanrossum, neologix, python-dev, vstinner
Date 2014-02-11.08:12:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392106345.75.0.56565058684.issue20505@psf.upfronthosting.co.za>
In-reply-to
Content
Victor>> Since the granularity is back, why not using also the resolution of the selector in asyncio? :-)
Guido> Please, no. This has to stop.

Ok, sorry. If we still have some sporadic failures on UNIX, I think I will maybe use Charles-François's suggestion: use at least 1 ms for the resolution in asyncio loop: max(time.get_clock_info('monotonic').resolution, 1e-3).

But it looks like the issue is now fixed again on Windows.
History
Date User Action Args
2014-02-11 08:12:25vstinnersetrecipients: + vstinner, gvanrossum, neologix, python-dev
2014-02-11 08:12:25vstinnersetmessageid: <1392106345.75.0.56565058684.issue20505@psf.upfronthosting.co.za>
2014-02-11 08:12:25vstinnerlinkissue20505 messages
2014-02-11 08:12:25vstinnercreate