]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119102: Fix REPL for dumb terminal (GH-119332) (#119359)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 May 2024 00:14:44 +0000 (02:14 +0200)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 00:14:44 +0000 (00:14 +0000)
commitf371565169438c3b93763f298d5171985607ab5d
tree282fe2c98475f63c255858e4f5e5c1e390944ecb
parent05820164cecdd377474ebcf3a69eaefac27fc329
[3.13] gh-119102: Fix REPL for dumb terminal (GH-119332) (#119359)

The site module gets the __main__ module to get _pyrepl.__main__.
(cherry picked from commit de8f530841b55885b919677a6938ab33d4a92f20)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/site.py