-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-121295: Fix blocked console after interrupting a long paste #121815
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
Conversation
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.
Confirmed that this fixes #121295
Fix PyREPL console getting into a blocked state after interrupting a long | ||
paste |
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.
Tiny wording nitpick:
Fix PyREPL console getting into a blocked state after interrupting a long | |
paste | |
Fixed REPL getting into a blocked state after interruption of | |
paste. |
Thanks @mgmacias95 for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ythonGH-121815) (cherry picked from commit 498a94c) Co-authored-by: Marta Gómez Macías <[email protected]>
GH-121826 is a backport of this pull request to the 3.13 branch. |
Thanks, Marta! ✨ 🍰 ✨ |
…GH-121815) (GH-121826) (cherry picked from commit 498a94c) Co-authored-by: Marta Gómez Macías <[email protected]>
This PR fixes the behaviour when sending a KeyboardInterrupt signal to the reader. I was unable to reproduce this behaviour on unit tests so I had to test it manually. I'm attaching a GIF of the tests I made to make the review easier:
