Yury Selivanov added the comment:

> it's expected that the sleep time may be *more* than asked for, but not less 
> than.

Exactly, and asyncio tries to ensure that.  It looks like 
"time.get_clock_info('monotonic').resolution" lies about monotonic clock 
resolution on Windows so that might be the actual issue we want to address.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31539>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to