commit | f371565169438c3b93763f298d5171985607ab5d | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed May 22 02:14:44 2024 +0200 |
committer | GitHub <noreply@github.com> | Wed May 22 00:14:44 2024 +0000 |
tree | 282fe2c98475f63c255858e4f5e5c1e390944ecb | |
parent | 05820164cecdd377474ebcf3a69eaefac27fc329 [diff] |
[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>