[docs] [issue19270] Document that sched.cancel() doesn't distinguish equal events and can break order

STINNER Victor report at bugs.python.org
Mon Oct 21 17:09:20 CEST 2013


STINNER Victor added the comment:

@Raymond: The logic is essentially the same as is used in popular event loops like Tornado.

Sorry, I didn't understand your sentence: do you mean that sched must keep the insertion order or the order is undefined?

Undefined order is fine if it's documented.

----------

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


More information about the docs mailing list