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 <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