This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, docs@python, ishimoto, vstinner
Date 2015-10-30.10:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa6kEqL+U7cnQtxs_VZeNLTLxf-X-2RZmfJE2GKeUyP6w@mail.gmail.com>
In-reply-to <1446176023.24.0.0656408248728.issue25482@psf.upfronthosting.co.za>
Content
> 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?
History
Date User Action Args
2015-10-30 10:02:26vstinnersetrecipients: + vstinner, ishimoto, benjamin.peterson, docs@python
2015-10-30 10:02:26vstinnerlinkissue25482 messages
2015-10-30 10:02:26vstinnercreate