[docs] [issue25482] signal.set_wakeup_fd() doesn't work if the signal don't have handler

Atsuo Ishimoto report at bugs.python.org
Thu Oct 29 23:33:43 EDT 2015


Atsuo Ishimoto added the comment:

Thank you for good sample. This should be written in PEP 475.

But installing new signal handler can cause different behavior. 

As in my previous example, if other 3rd party libraries(ncurses in my case) need to handle the signal, signal is consumed by Python handler and not delivered to the library.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25482>
_______________________________________


More information about the docs mailing list