STINNER Victor <victor.stin...@gmail.com> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue3949> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com