Message210905
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. |
|
Date |
User |
Action |
Args |
2014-02-11 08:12:25 | vstinner | set | recipients:
+ vstinner, gvanrossum, neologix, python-dev |
2014-02-11 08:12:25 | vstinner | set | messageid: <1392106345.75.0.56565058684.issue20505@psf.upfronthosting.co.za> |
2014-02-11 08:12:25 | vstinner | link | issue20505 messages |
2014-02-11 08:12:25 | vstinner | create | |
|