◐ Shell
clean mode source ↗

gh-119102: Fix REPL for dumb terminal by vstinner · Pull Request #119332 · python/cpython

The site module gets the __main__ module to get _pyrepl.__main__.

lysnikolaou

@vstinner

lysnikolaou

danielhollas

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 21, 2024
The site module gets the __main__ module to get _pyrepl.__main__.
(cherry picked from commit de8f530)

Co-authored-by: Victor Stinner <vstinner@python.org>

lysnikolaou pushed a commit that referenced this pull request

May 22, 2024
The site module gets the __main__ module to get _pyrepl.__main__.
(cherry picked from commit de8f530)

Co-authored-by: Victor Stinner <vstinner@python.org>

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
The site module gets the __main__ module to get _pyrepl.__main__.