]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123024: Correctly prepare/restore around help and show-history commands...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Jan 2025 22:15:57 +0000 (23:15 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 22:15:57 +0000 (22:15 +0000)
commit0ddcb61ffeac5e6efa6cfd1d1082fe3180eb8eee
tree14d7f56d09530de9c4b37f52ea5fe64cbb1d5df0
parent3048dcd15a357fe54c51d2572dacc49a296d0fc9
[3.13] gh-123024: Correctly prepare/restore around help and show-history commands (GH-124485) (#129155)

gh-123024: Correctly prepare/restore around help and show-history commands (GH-124485)
(cherry picked from commit 5a9afe23620aadea30013076d64686be8bf66f7e)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Emily Morehouse <emily@cuttlesoft.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/_pyrepl/commands.py
Lib/_pyrepl/console.py
Lib/_pyrepl/historical_reader.py
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/windows_console.py
Lib/test/test_pyrepl/test_pyrepl.py