Python 3.13 interactive console - CTRL-C does not give control back to gdb #120721
Labels
3.13
bugs and security fixes
3.14
bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Sometimes I debug my C extensions by starting
gdb python
and messing around in the interactive console.Today I have tried that with python 3.13.0b2.
Normally, ctrl-c should give control back to gdb, so I can set a breakpoint.
With python 3.13, python itself handles ctrl-c and just says
KeyboardInterrupt
.Python 3.12 recording:
https://asciinema.org/a/jplPQN7lqzKjXu3oRPlAf3GEf
Python 3.13 recording:
https://asciinema.org/a/DThG2xPnh4WIF9TVG1AsJngBd
CPython versions tested on:
3.13
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: