-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Error traceback when interrupting+terminating python #132017
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
How to reproduce:
fgAlso + 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) #133470