summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEmily Morehouse <emily@cuttlesoft.com>2024-09-25 18:22:03 (GMT)
committerGitHub <noreply@github.com>2024-09-25 18:22:03 (GMT)
commitc1600c78e4565b6bb558ade451abe2648ba4dd0a (patch)
treebd17e1a3aa256803506e27259766493d5e24290c /Misc
parent28efeefab7d577ea4fb6e3f6e82f903f2aee271d (diff)
downloadcpython-c1600c78e4565b6bb558ade451abe2648ba4dd0a.zip
cpython-c1600c78e4565b6bb558ade451abe2648ba4dd0a.tar.gz
cpython-c1600c78e4565b6bb558ade451abe2648ba4dd0a.tar.bz2
gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after using a history search (#124396)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core_and_Builtins/2024-09-23-15-23-14.gh-issue-123856.yrgJ9m.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-09-23-15-23-14.gh-issue-123856.yrgJ9m.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-23-15-23-14.gh-issue-123856.yrgJ9m.rst
new file mode 100644
index 0000000..b5f423f
--- /dev/null
+++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-23-15-23-14.gh-issue-123856.yrgJ9m.rst
@@ -0,0 +1,2 @@
+Fix PyREPL failure when a keyboard interrupt is triggered after using a
+history search