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 Eric Price
Recipients Carlos Pita, Eric Price, johnmorr, josh.r, martin.panter, neologix, r.david.murray, takluyver
Date 2015-10-27.18:36:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445970974.87.0.587267153035.issue23735@psf.upfronthosting.co.za>
In-reply-to
Content
At the moment, it just overwrites any existing SIGWINCH handler.

I don't know how to do anything better -- one could try to store an existing SIGWINCH handler and call it, but it still wouldn't really work for an application that wanted to add and remove handlers.  I think such applications are rare, though -- readline mucks with the terminal in various ways, so it's unlikely that other applications will also muck with the terminal and expect to be compatible with it.
History
Date User Action Args
2015-10-27 18:36:14Eric Pricesetrecipients: + Eric Price, r.david.murray, neologix, takluyver, martin.panter, josh.r, Carlos Pita, johnmorr
2015-10-27 18:36:14Eric Pricesetmessageid: <1445970974.87.0.587267153035.issue23735@psf.upfronthosting.co.za>
2015-10-27 18:36:14Eric Pricelinkissue23735 messages
2015-10-27 18:36:14Eric Pricecreate