]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL...
authorSteve Dower <steve.dower@python.org>
Tue, 10 Mar 2026 13:58:32 +0000 (13:58 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 13:58:32 +0000 (14:58 +0100)
commitae0d2875bcfa111383e39d9ba0d24c1c317ee597
tree482a9c2e08cee7626af79242d553792f4854a331
parent2d35f9bc1cf61b27639ed992dfbf363ab436fd8b
gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL (GH-145159)
Lib/_sitebuiltins.py
Lib/asyncio/__main__.py
Lib/pdb.py
Lib/pydoc.py
Lib/site.py
Lib/test/support/__init__.py
Lib/test/test_pyclbr.py
Lib/test/test_pyrepl/__init__.py
Lib/test/test_repl.py
Misc/NEWS.d/next/Library/2026-02-23-21-28-12.gh-issue-145035.J5UjS6.rst [new file with mode: 0644]
Modules/main.c