[issue28330] Use simpler and faster sched.Event definition

2016-10-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: A Serhiy noted, this patch will break the class when two events are scheduled at the same time and priority. -- resolution: -> rejected status: open -> closed ___ Python tracker

[issue28330] Use simpler and faster sched.Event definition

2016-10-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See issue5830. -- nosy: +rhettinger, serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list

[issue28330] Use simpler and faster sched.Event definition

2016-10-01 Thread Satoru Logic
New submission from Satoru Logic: By removing the rich comparison dunder methods, the sorting of events will use the faster default implementation. -- components: Library (Lib) files: simple_def.patch keywords: patch messages: 277816 nosy: Satoru Logic priority: normal severity: normal