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-21.07:49:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382341759.59.0.255642644979.issue19270@psf.upfronthosting.co.za>
In-reply-to
Content
If the order of events with the same time and priority doesn't matter, we can optimize the queue property more than 10 times by using sort() (see cancel_4.patch in issue13451).
History
Date User Action Args
2013-10-21 07:49:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, giampaolo.rodola
2013-10-21 07:49:19serhiy.storchakasetmessageid: <1382341759.59.0.255642644979.issue19270@psf.upfronthosting.co.za>
2013-10-21 07:49:19serhiy.storchakalinkissue19270 messages
2013-10-21 07:49:19serhiy.storchakacreate