]> granicus.if.org Git - python/commit
bpo-31034: Reliable signal handler for test_asyncio (#2867)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Jul 2017 17:19:09 +0000 (19:19 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2017 17:19:09 +0000 (19:19 +0200)
commit830080913c22a9834d310294b9f7653234dc6a59
treeb06d6e734eec822f2e83974b6fbbd05a53f03075
parent302bbbe9ba5c72559913e2ea006c921f698a729d
bpo-31034: Reliable signal handler for test_asyncio (#2867)

* bpo-31034: Reliable signal handler for test_asyncio

Don't rely on the current SIGHUP signal handler, make sure that it's
set to the "default" signal handler: SIG_DFL.

* Add comments
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_subprocess.py