[New-bugs-announce] [issue19270] sched.cancel() breaks events order
Serhiy Storchaka
report at bugs.python.org
Wed Oct 16 10:47:32 CEST 2013
New submission from Serhiy Storchaka:
sched.cancel() breaks events order if events are scheduled on same time and have same priority.
Patch contains tests which expose this issue.
----------
components: Library (Lib)
files: sched_test_stable.patch
keywords: patch
messages: 200040
nosy: giampaolo.rodola, pitrou, rhettinger, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: sched.cancel() breaks events order
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32142/sched_test_stable.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19270>
_______________________________________
More information about the New-bugs-announce
mailing list