]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118908: Use __main__ for the default PyREPL namespace (#121054)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 26 Jun 2024 19:01:10 +0000 (15:01 -0400)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2024 19:01:10 +0000 (15:01 -0400)
commitd611c4c8e9893c0816969e19ab6ca4992a3a15e3
tree8fb08a5af46f8bb2ca83c91d4b4a20f8ca896c07
parente51e880e75d79687b54a71351266e29ee349b4b8
gh-118908: Use __main__ for the default PyREPL namespace (#121054)
Lib/_pyrepl/__main__.py
Lib/_pyrepl/main.py [new file with mode: 0644]
Lib/_pyrepl/simple_interact.py
Lib/test/test_pyrepl/test_pyrepl.py