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 sahilmn
Recipients sahilmn
Date 2018-05-21.05:43:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526881413.19.0.682650639539.issue33590@psf.upfronthosting.co.za>
In-reply-to
Content
`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.
History
Date User Action Args
2018-05-21 05:43:33sahilmnsetrecipients: + sahilmn
2018-05-21 05:43:33sahilmnsetmessageid: <1526881413.19.0.682650639539.issue33590@psf.upfronthosting.co.za>
2018-05-21 05:43:33sahilmnlinkissue33590 messages
2018-05-21 05:43:32sahilmncreate