diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-07-25 19:19:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-25 19:19:09 +0200 |
commit | 830080913c22a9834d310294b9f7653234dc6a59 (patch) | |
tree | b06d6e734eec822f2e83974b6fbbd05a53f03075 /Python | |
parent | 302bbbe9ba5c72559913e2ea006c921f698a729d (diff) | |
download | cpython-git-830080913c22a9834d310294b9f7653234dc6a59.tar.gz |
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
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions