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

STINNER Victor report at bugs.python.org
Fri Oct 30 06:02:26 EDT 2015


STINNER Victor added the comment:

> 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.

In the Python signal handler, can't you call the ncurses function that
should be called when the terminal is resized?

----------

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


More information about the Python-bugs-list mailing list