mirror of https://github.com/python/cpython
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
|
@ -106,7 +106,7 @@ class Runner:
|
|||
# `signal.signal` may throw if `threading.main_thread` does
|
||||
# not support signals (e.g. embedded interpreter with signals
|
||||
# not registered - see gh-91880)
|
||||
signal_handler = None
|
||||
sigint_handler = None
|
||||
else:
|
||||
sigint_handler = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue