]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)
authorDino Viehland <dinoviehland@meta.com>
Tue, 30 Jul 2024 12:03:52 +0000 (05:03 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2024 12:03:52 +0000 (14:03 +0200)
commitd1a1bca1f0550a4715f1bf32b1586caa7bc4487b
treed17698a50f8f164894985c14c7fbd68c19afb6a4
parentd27a53fc02a87e76066fc4e15ff1fff3922a482d
gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)
Lib/_pyrepl/reader.py
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/utils.py
Lib/_pyrepl/windows_console.py