This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients giampaolo.rodola, pitrou, rhettinger, serhiy.storchaka
Date 2013-10-16.10:01:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381917667.2.0.332415655431.issue19270@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-16 10:01:07serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, giampaolo.rodola
2013-10-16 10:01:07serhiy.storchakasetmessageid: <1381917667.2.0.332415655431.issue19270@psf.upfronthosting.co.za>
2013-10-16 10:01:07serhiy.storchakalinkissue19270 messages
2013-10-16 10:01:07serhiy.storchakacreate