]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121359: Run test_pyrepl in isolated mode (#121414)
authorVictor Stinner <vstinner@python.org>
Fri, 5 Jul 2024 20:30:08 +0000 (22:30 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Jul 2024 20:30:08 +0000 (22:30 +0200)
commit6239d41527d5977aa5d44e4b894d719bc045860e
tree9aa63097cc796dd1378587fbd098692eaca61408
parent892e3a1b708391cb43517a141f9b9712e047b8a4
gh-121359: Run test_pyrepl in isolated mode (#121414)

run_repl() now pass the -I option (isolated mode) to Python if the
'env' parameter is not set.
Lib/test/test_pyrepl/test_pyrepl.py