]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91880: add try/except around `signal.signal` (#91881)
authorDavid Hewitt <1939362+davidhewitt@users.noreply.github.com>
Mon, 25 Apr 2022 15:56:20 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Apr 2022 15:56:20 +0000 (08:56 -0700)
commit1cd8c29dace2dc6b91503803113fea4288ca842b
tree96a36b51417054209edd83727b5bc7b1efdcd7f7
parent54d068adfbf2b822bcbf90dac9b3f6684cec0f99
gh-91880: add try/except around `signal.signal` (#91881)

Fixes gh-91880.
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py