]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123024: Correctly prepare/restore around help and show-history commands (#124485)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 21 Jan 2025 21:04:30 +0000 (22:04 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 21:04:30 +0000 (21:04 +0000)
commit5a9afe23620aadea30013076d64686be8bf66f7e
tree0e66b1b514c1a8903ad876c688b838ffd76f582e
parentd147e5e52cdb90496ae5fe85b3263cdfa9407a28
gh-123024: Correctly prepare/restore around help and show-history commands (#124485)

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