mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-91880 - fix typo (GH-92069)
https://github.com/python/cpython/issues/91880#issuecomment-1113914241 - With thanks to @MojoVampire for spotting this. Automerge-Triggered-By: GH:gvanrossum
This commit is contained in:
parent
e8c2f72b94
commit
c7b7f12b86
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Runner:
|
||||||
# `signal.signal` may throw if `threading.main_thread` does
|
# `signal.signal` may throw if `threading.main_thread` does
|
||||||
# not support signals (e.g. embedded interpreter with signals
|
# not support signals (e.g. embedded interpreter with signals
|
||||||
# not registered - see gh-91880)
|
# not registered - see gh-91880)
|
||||||
signal_handler = None
|
sigint_handler = None
|
||||||
else:
|
else:
|
||||||
sigint_handler = None
|
sigint_handler = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue