Skip to content

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

Merged
terryjreedy merged 1 commit into
python:3.13from
miss-islington:backport-ee1bbf0-3.13
Sep 26, 2026
Merged

terryjreedy merged 1 commit into
python:3.13from
miss-islington:backport-ee1bbf0-3.13

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>
@terryjreedy
terryjreedy enabled auto-merge (squash) September 26, 2026 02:06
@terryjreedy
terryjreedy merged commit ca42f6a into python:3.13 Sep 26, 2026
44 checks passed
@miss-islington
miss-islington deleted the backport-ee1bbf0-3.13 branch September 26, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants