]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jul 2024 22:49:41 +0000 (00:49 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 22:49:41 +0000 (00:49 +0200)
commit5b718e7fc723d484951aa76abd176aadcd0d1518
treedd3306e9fc52d3701f96cf185da2a7f0451267a9
parent0794220a6935a25bd9667be60b0c67403bc73f47
[3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)

(cherry picked from commit e5c7216f376a06d2c931daf999e2980e494e747e)

Co-authored-by: Milan Oberkirch <milan.oberkirch@geops.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/main.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/simple_interact.py
Lib/asyncio/__main__.py
Lib/site.py
Lib/test/test_repl.py