Message305419
> 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. |
|
Date |
User |
Action |
Args |
2017-11-02 11:42:38 | vstinner | set | recipients:
+ vstinner, ajaksu2, shish, serhiy.storchaka |
2017-11-02 11:42:38 | vstinner | set | messageid: <1509622958.84.0.213398074469.issue3949@psf.upfronthosting.co.za> |
2017-11-02 11:42:38 | vstinner | link | issue3949 messages |
2017-11-02 11:42:38 | vstinner | create | |
|