commit | 19f68301a1295a9c30d9f28b8f1479cdcccd75aa | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 31 03:14:01 2017 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 31 03:14:01 2017 -0700 |
tree | a1bbb67d9c9f3e30171637699e1e165c6fd43513 | |
parent | f0f62cc61ec8c6b7b70470beadbab64eb23e6a5d [diff] |
bpo-31629: Add support.SaveSignals (#4183) test_curses now saves/restores signals. On FreeBSD, the curses module sets handlers of some signals, but don't restore old handlers when the module is deinitialized.