[issue21302] time.sleep (floatsleep()) should use clock_nanosleep() on Linux

Shankar Unni report at bugs.python.org
Sat Apr 19 00:47:14 CEST 2014


Shankar Unni added the comment:

I'm working on a patch, but I noticed a similar issue in Condition.wait(), which also keeps re-evaluating the "remaining sleep time" based on the current kernel clock, with similar effects.

I'll try to address both issues, or we could open a separate bug for the latter..

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21302>
_______________________________________


More information about the Python-bugs-list mailing list