Skip to content

[3.15] gh-71136: Fix IDLE Shell hang after KeyboardInterrupt under the debugger (GH-157566) - #158204

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-ee1bbf0-3.15
Open

miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-ee1bbf0-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 26, 2026 •

Copy link
Copy Markdown
Contributor

Debugging 'raise KeyboardInterrupt' in debugged code no longer hangs IDLE forever. The response is similar to without the debugger.


Co-authored-by: Louie Lu git@louie.lu
Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com
(cherry picked from commit ee1bbf0)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

… debugger (pythonGH-157566)

Debugging 'raise KeyboardInterrupt' in debugged code no longer hangs IDLE forever.  The response is similar to without the debugger.

---------
Co-authored-by: Louie Lu <git@louie.lu>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
(cherry picked from commit ee1bbf0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants