Skip to content
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

Python 3.13 interactive console - CTRL-C does not give control back to gdb #120721

Closed
bstaletic opened this issue Jun 19, 2024 · 1 comment
Closed
Labels
3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error

Comments

@bstaletic
Copy link

bstaletic commented Jun 19, 2024

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

@bstaletic bstaletic added the type-bug An unexpected behavior, bug, or error label Jun 19, 2024
@hugovk hugovk added 3.13 bugs and security fixes 3.14 new features, bugs and security fixes topic-repl Related to the interactive shell labels Jun 19, 2024
@eryksun
Copy link
Contributor

eryksun commented Jun 19, 2024

This is a duplicate of #120221, which has already been resolved.

@eryksun eryksun closed this as not planned Won't fix, can't repro, duplicate, stale Jun 19, 2024
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 new features, bugs and security fixes topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants