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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25482>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to