[issue33590] sched.enter priority has no impact on execution

Ronald Oussoren report at bugs.python.org
Mon May 21 04:14:48 EDT 2018


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

I don't think  there's a bug here: sched.enter schedules an event some time after the current time. The two calls to sched.enter are not at the same time, hence the priority is not used because the events are scheduled at different times.

----------
nosy: +ronaldoussoren

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


More information about the Python-bugs-list mailing list