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:
David Hewitt 2022-04-30 06:23:54 +01:00 committed by GitHub
parent e8c2f72b94
commit c7b7f12b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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