[issue31539] asyncio.sleep may sleep less time then it should

STINNER Victor report at bugs.python.org
Thu Sep 21 17:01:39 EDT 2017


STINNER Victor added the comment:

Technically, asyncii cannot wait exactly 100 ms on Windows. It will be more
likely a sleep between 100-15 ms and 100+15 ms. Real time is really a
complex topic. CPython with its stop-the-world garbage collector are not
designed for real time.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31539>
_______________________________________


More information about the Python-bugs-list mailing list