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 ajaksu2, serhiy.storchaka, shish, vstinner
Date 2017-11-02.11:42:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509622958.84.0.213398074469.issue3949@psf.upfronthosting.co.za>
In-reply-to
Content
> The signal(SIGWINCH, SIG_IGN) call doesn't return the old, working signal handler; it returns 0

See bpo-13285: "signal module ignores external signal changes".

By the way, I recently modified test_curses to save/restore signal handlers: see bpo-31629.
History
Date User Action Args
2017-11-02 11:42:38vstinnersetrecipients: + vstinner, ajaksu2, shish, serhiy.storchaka
2017-11-02 11:42:38vstinnersetmessageid: <1509622958.84.0.213398074469.issue3949@psf.upfronthosting.co.za>
2017-11-02 11:42:38vstinnerlinkissue3949 messages
2017-11-02 11:42:38vstinnercreate