]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118908: Limit exposed globals from internal imports and definitions on new REPL...
authorEugene Triguba <eugenetriguba@gmail.com>
Tue, 11 Jun 2024 17:40:31 +0000 (13:40 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2024 17:40:31 +0000 (17:40 +0000)
commit86a8a1c57a386fb3330bee0fa44fc3fd6c3042a3
treec57a316b21861cb45af433d74c68e386a76d6326
parent0335662fe1f663fe96e3e4acf0f34c5959d06b00
gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup (#119547)
Lib/_pyrepl/simple_interact.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_repl.py
Misc/NEWS.d/next/Library/2024-05-25-10-40-38.gh-issue-118908.XcZiq4.rst [new file with mode: 0644]