[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: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file44907/overridable_time_delay.patch

___
Python tracker 
<http://bugs.python.org/issue28329>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
status: open
title: Use simpler and faster sched.Event definition
versions: Python 3.7
Added file: http://bugs.python.org/file44909/simple_def.patch

___
Python tracker 
<http://bugs.python.org/issue28330>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com