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 martin.panter
Recipients ajaksu2, martin.panter, shish
Date 2016-05-15.00:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463273861.34.0.501656415609.issue3948@psf.upfronthosting.co.za>
In-reply-to
Content
Is this actually about how SIGWINCH handlers are installed, or is it a complaint about readline affecting how curses handles resize events? I am assuming this is about handling resize events, so is a duplicate of Issue 2675.

If it is specifically about SIGWINCH, I understand Gnu Readline recently changed its SIGWINCH handling so that it only installs the handler when it is active. As a result, we recently changed Python to install its own SIGWINCH handler on behalf of Readline (Issue 23735). But I understand in both cases, the handler for Readline chain calls the original handler, so there should be no problem.
History
Date User Action Args
2016-05-15 00:57:41martin.pantersetrecipients: + martin.panter, ajaksu2, shish
2016-05-15 00:57:41martin.pantersetmessageid: <1463273861.34.0.501656415609.issue3948@psf.upfronthosting.co.za>
2016-05-15 00:57:41martin.panterlinkissue3948 messages
2016-05-15 00:57:40martin.pantercreate