Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-71136: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open#1711
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
mention-bot commentedMay 22, 2017
@mlouielu, thanks for your PR! By analyzing the history of the files in this pull request, we identified@kbkaiser,@terryjreedy and@asvetlov to be potential reviewers. |
This PR is stale because it has been open for 30 days with no activity. |
This PR is stale because it has been open for 30 days with no activity. |
auvipy left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I'm not sure, should we rework on this or close this completely?
This PR is stale because it has been open for 30 days with no activity. |
This PR is stale because it has been open for 30 days with no activity. |
josephholsten commentedNov 10, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
My results are:
Yields: |
Uh oh!
There was an error while loading.Please reload this page.
When catch
KeyboardInterrupt, it should put a dummy msg back to response_queue to preventqueue.Emptycause the infinity loop.https://bugs.python.org/issue26949