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

Antoine Pitrou report at bugs.python.org
Mon Oct 21 20:53:31 CEST 2013


Antoine Pitrou added the comment:

I'm not strong on a new invariant, however I think bug #1 would deserve fixing:

> 1. sched.cancel() can remove wrong event (because it uses equality instead identity).

----------

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


More information about the docs mailing list