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

gh-71136: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open #1711

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mlouielu
Copy link
Contributor

@mlouielu mlouielu commented May 22, 2017

When catch KeyboardInterrupt, it should put a dummy msg back to response_queue to prevent queue.Empty cause the infinity loop.

https://bugs.python.org/issue26949

@mention-bot
Copy link

@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.

@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label May 12, 2022
@hauntsaninja hauntsaninja changed the title bpo-26949: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open gh-71136: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open Jan 7, 2023
@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Jan 8, 2023
@github-actions
Copy link

github-actions bot commented Feb 7, 2023

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review stale Stale PR or inactive for long period of time. topic-IDLE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants