This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ronaldoussoren, sahilmn
Date 2018-05-21.08:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526890488.51.0.682650639539.issue33590@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-21 08:14:48ronaldoussorensetrecipients: + ronaldoussoren, sahilmn
2018-05-21 08:14:48ronaldoussorensetmessageid: <1526890488.51.0.682650639539.issue33590@psf.upfronthosting.co.za>
2018-05-21 08:14:48ronaldoussorenlinkissue33590 messages
2018-05-21 08:14:48ronaldoussorencreate