[New-bugs-announce] [issue1861] sched scheduler.queue class member is unordered

Patrick Bureau report at bugs.python.org
Thu Jan 17 17:38:35 CET 2008


New submission from Patrick Bureau:

In Python 2.4, retrieving sched's scheduler.queue class member would
return a time ordered list of events as expected. 

Since Python 2.5, the same operation retrieves a list of unordered
scheduled events. This makes it difficult to know which events are
really next in queue, especially if scheduled at the same time.

----------
components: Library (Lib)
messages: 60033
nosy: pbureau
severity: minor
status: open
title: sched scheduler.queue class member is unordered
type: behavior
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1861>
__________________________________


More information about the New-bugs-announce mailing list