]> granicus.if.org Git - python/commit
bpo-31629: Add support.SaveSignals (#4183)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Oct 2017 10:14:01 +0000 (03:14 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 10:14:01 +0000 (03:14 -0700)
commit19f68301a1295a9c30d9f28b8f1479cdcccd75aa
treea1bbb67d9c9f3e30171637699e1e165c6fd43513
parentf0f62cc61ec8c6b7b70470beadbab64eb23e6a5d
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.
Lib/test/support/__init__.py
Lib/test/test_curses.py