[New-bugs-announce] [issue33590] sched.enter priority has no impact on execution

sahilmn report at bugs.python.org
Mon May 21 01:43:33 EDT 2018


New submission from sahilmn <sahilmanocha1994 at gmail.com>:

`sched.enter` doesn't work as expected. If two events are scheduled with the same delay, then their order of execution seems to be dictated by the order of `enter` statements for the events instead of the priority order.

Ref attached file with example code. `sched.enterabs` works as expected.

----------
files: sched.enter.bug.py
messages: 317215
nosy: sahilmn
priority: normal
severity: normal
status: open
title: sched.enter priority has no impact on execution
versions: Python 3.6
Added file: https://bugs.python.org/file47609/sched.enter.bug.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33590>
_______________________________________


More information about the New-bugs-announce mailing list