STINNER Victor <vstin...@python.org> added the comment:

> it is time to use nicely GetSystemTimePreciseAsFileTime() in time.time()

See bpo-19007 for that.

> it is time to (...) time.sleep() as absolute sleeping because it is available 
> since Windows 8.

In Python 3.11, time.sleep() is now always implemented with a waitable timer. I 
chose to use a relative timeout since it's simpler to implement. Is there any 
benefit of calling SetWaitableTimer() with an absolute timeout, compared to 
calling it with a relative timeout?

----------

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

Reply via email to