| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Confirmed that this fixes #121295
Sorry, something went wrong.
| Fix PyREPL console getting into a blocked state after interrupting a long | ||
| paste |
There was a problem hiding this comment.
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. |
Sorry, something went wrong.
|
Thanks @mgmacias95 for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
…ythonGH-121815) (cherry picked from commit 498a94c) Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
|
GH-121826 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
|
Thanks, Marta! ✨ 🍰 ✨ |
Sorry, something went wrong.
…GH-121815) (GH-121826) (cherry picked from commit 498a94c) Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
| Back | FazBrowse Home | New Git URL |
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:
