[issue28329] Add support for customizing scheduler's timefunc and delayfunc using subclassing

2016-10-03 Thread Satoru Logic
Changes by Satoru Logic : Added file: http://bugs.python.org/file44942/overridable_time_delay_v2.patch ___ Python tracker <http://bugs.python.org/issue28329> ___ ___ Pytho

[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

[issue28329] Add support for customizing scheduler's timefunc and delayfunc using subclassing

2016-10-01 Thread Satoru Logic
Changes by Satoru Logic : -- components: Library (Lib) files: overridable_time_delay.patch keywords: patch nosy: Satoru Logic priority: normal severity: normal status: open title: Add support for customizing scheduler's timefunc and delayfunc using subclassing type: enhanc