[issue26145] [WIP] PEP 511: Add sys.set_code_transformers()

2019-06-14 Thread kev levrone


Change by kev levrone :


Added file: https://bugs.python.org/file48419/123.pdf

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



[issue12857] Expose called function on frame object

2019-06-14 Thread kev levrone


kev levrone  added the comment:

def enable_ki_protection(func):
func._trio_keyboard_interrupt_protection_enabled = True
return func

--
nosy: +kevlevrone
Added file: https://bugs.python.org/file48418/122.pdf

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



[issue29254] Documentation Error

2019-05-10 Thread kev levrone


kev levrone  added the comment:

The nevents argument determines the size of eventlist.  When nevents is zero, 
kevent() will return immediately even if there is a timeout specified unlike 
select(2). https://goo.gl/KyvnZF

--
nosy: +kevlevrone

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