[issue19270] sched.cancel() breaks events order

Antoine Pitrou report at bugs.python.org
Mon Oct 21 10:23:53 CEST 2013


Antoine Pitrou added the comment:

> > ... for two calls to time.time() to give the exact same outcome
> 
> sched now uses time.monotonic() since Python 3.3.

This seems quite irrelevant:

  >>> len(set(time.monotonic() for i in range(100)))
  100

----------

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


More information about the Python-bugs-list mailing list