summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2024-06-04 19:26:10 (GMT)
committerGitHub <noreply@github.com>2024-06-04 19:26:10 (GMT)
commiteea45ea21306fb04e5c4583889e8356315aa742b (patch)
tree15756aa6a3c337da4a09c0caae0dde10e9200782 /Misc
parent93b95e91faa17520f2042b4f4ae88379df914666 (diff)
downloadcpython-eea45ea21306fb04e5c4583889e8356315aa742b.zip
cpython-eea45ea21306fb04e5c4583889e8356315aa742b.tar.gz
cpython-eea45ea21306fb04e5c4583889e8356315aa742b.tar.bz2
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
(cherry picked from commit d9095194dde27eaabfc0b86a11989cdb9a2acfe1) Signed-off-by: Pablo Galindo <pablogsal@gmail.com> Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-05-31-12-06-11.gh-issue-119842.tCGVsv.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-05-31-12-06-11.gh-issue-119842.tCGVsv.rst b/Misc/NEWS.d/next/Core and Builtins/2024-05-31-12-06-11.gh-issue-119842.tCGVsv.rst
new file mode 100644
index 0000000..2fcb170
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-05-31-12-06-11.gh-issue-119842.tCGVsv.rst
@@ -0,0 +1 @@
+Honor :c:func:`PyOS_InputHook` in the new REPL. Patch by Pablo Galindo