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

Livius: your first PR modified Sleep() in Modules/_tkinter.c to use 
nanosleep(). I don't see the point since this function has a solution of 1 ms 
(10^-3). Using select() on Unix is enough: resolution of 1 us (10^-6).

----------

_______________________________________
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