]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) (#122451)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Jul 2024 19:34:22 +0000 (21:34 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2024 19:34:22 +0000 (12:34 -0700)
commit7a90d94df7905b773594e0cfb756830e8c630757
tree51ffb2de736b74527d558ab3cd2a1a16d4f869cf
parent8e96d85386883684e2a77ac70696e2bee50f6306
[3.13] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) (#122451)

gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)
(cherry picked from commit d1a1bca1f0550a4715f1bf32b1586caa7bc4487b)

Co-authored-by: Dino Viehland <dinoviehland@meta.com>
Lib/_pyrepl/reader.py
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/utils.py
Lib/_pyrepl/windows_console.py