]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121790: Fix interactive console initialization (#121793)
authorMilan Oberkirch <milan.oberkirch@geops.com>
Mon, 15 Jul 2024 22:24:18 +0000 (00:24 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jul 2024 22:24:18 +0000 (00:24 +0200)
commite5c7216f376a06d2c931daf999e2980e494e747e
tree6df64e6652cbdaa4e2f6832666f566e75f6a8bf0
parentd23be3947ced081914f4458c84f729c9c37f0219
gh-121790: Fix interactive console initialization (#121793)

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