gh-71136: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open#1711
gh-71136: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open#1711mlouielu wants to merge 3 commits into
Conversation
|
@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. |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
auvipy
left a comment
There was a problem hiding this comment.
I'm not sure, should we rework on this or close this completely?
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
My results are:
Yields: |
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
When catch
KeyboardInterrupt, it should put a dummy msg back to response_queue to preventqueue.Emptycause the infinity loop.https://bugs.python.org/issue26949