-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Error traceback when interrupting+terminating python #132017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
3.13
bugs and security fixes
3.14
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Comments
Can recreate on 3.14
It exits cleanly if it is not the first input. |
pablogsal
pushed a commit
that referenced
this issue
May 5, 2025
StanFromIreland
added a commit
to StanFromIreland/cpython
that referenced
this issue
May 5, 2025
(cherry picked from commit e4561da) # Conflicts: # Lib/_pyrepl/unix_console.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
3.14
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
How to reproduce:
fg
Also + likely related: resuming Python doesn't restore the
>>>
prompt (nor command-line editing) until I press Enter, presumably due to the interactive interpreter not listening to SIGCONT.CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
pyrepl
#132918pyrepl
(#132918) #133470The text was updated successfully, but these errors were encountered: