We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b571d commit c454f63Copy full SHA for c454f63
Lib/_pyrepl/unix_console.py
@@ -399,7 +399,7 @@ def restore(self):
399
# from a non-main thread on a non-Windows platform. Otherwise,
400
# we need to re-raise it as its cause could be different.
401
if threading.current_thread() is threading.main_thread():
402
- raise e
+ raise e
403
del self.old_sigwinch
404
405
def push_char(self, char: int | bytes) -> None:
0 commit comments