]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 4 Jun 2024 19:26:10 +0000 (15:26 -0400)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 19:26:10 +0000 (21:26 +0200)
commiteea45ea21306fb04e5c4583889e8356315aa742b
tree15756aa6a3c337da4a09c0caae0dde10e9200782
parent93b95e91faa17520f2042b4f4ae88379df914666
[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>
Lib/_pyrepl/console.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/windows_console.py
Lib/test/test_pyrepl/test_reader.py
Misc/NEWS.d/next/Core and Builtins/2024-05-31-12-06-11.gh-issue-119842.tCGVsv.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c