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

> That said, using a waitable timer leaves the door open for improvement in 
> future versions of Python. In particular, it's possible to get higher 
> resolution in newer versions of Windows 10 and Windows 11 with 
> CreateWaitableTimerExW() and the undocumented flag 
> CREATE_WAITABLE_TIMER_HIGH_RESOLUTION (2).

I created bpo-45429 "[Windows] time.sleep() should use 
CREATE_WAITABLE_TIMER_HIGH_RESOLUTION".

----------

_______________________________________
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