]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119102: Fix REPL for dumb terminal (#119332)
authorVictor Stinner <vstinner@python.org>
Tue, 21 May 2024 20:33:52 +0000 (22:33 +0200)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 20:33:52 +0000 (20:33 +0000)
commitde8f530841b55885b919677a6938ab33d4a92f20
tree876eeaef0f1752b1b56322d4bdb2a7a184eaa0ab
parent561ff1fa710493dee8c6482f990bd17535b27040
gh-119102: Fix REPL for dumb terminal (#119332)

The site module gets the __main__ module to get _pyrepl.__main__.
Lib/site.py