]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Sep 2024 20:39:01 +0000 (22:39 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 20:39:01 +0000 (13:39 -0700)
commit9fc8771942d967ff49a79f0dd475387a54613b0d
treeaf8cffbd49f6b922f2b55009d153e5a039c42f66
parent9f5b921491c3e9ed1a6f9e00133fbc26ab4365fc
[3.13] gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after using a history search (GH-124396) (#124530)

gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after using a history search (GH-124396)
(cherry picked from commit c1600c78e4565b6bb558ade451abe2648ba4dd0a)

Co-authored-by: Emily Morehouse <emily@cuttlesoft.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/simple_interact.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-23-15-23-14.gh-issue-123856.yrgJ9m.rst [new file with mode: 0644]