[issue19270] sched.cancel() breaks events order

STINNER Victor report at bugs.python.org
Mon Oct 21 10:19:45 CEST 2013


STINNER Victor added the comment:

> ... for two calls to time.time() to give the exact same outcome

sched now uses time.monotonic() since Python 3.3. In Python 2.7, there is no default timer, but I get that users pick time.time(). (Oh, sched has no unit test in Python 2.7.)

----------

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


More information about the Python-bugs-list mailing list