Serhiy Storchaka added the comment:

Actually there are two bugs:

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

2. sched.cancel() change order of equal (by time and priority) events.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19270>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to