]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (#121059)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Jun 2024 19:25:38 +0000 (21:25 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2024 19:25:38 +0000 (19:25 +0000)
commit38cfa92880a19d03a4ada4cd843870a8602c13a0
treedf306f3b7cfa72710e6b8ffe0fa523322ca99516
parent64c4139f61517cb8845b42fce0a1dad0e6ebbd9a
[3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (#121059)
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