-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-121359: Run test_pyrepl in isolated mode #121414
Conversation
run_repl() now pass the -I option (isolated mode) to Python if the 'env' parameter is not set.
This solves the |
I don't see a "backport" label, but note that this needs to go to 3.13 as well. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
run_repl() now pass the -I option (isolated mode) to Python if the 'env' parameter is not set. (cherry picked from commit 6239d41) Co-authored-by: Victor Stinner <[email protected]>
GH-121417 is a backport of this pull request to the 3.13 branch. |
Good, thanks for testing!
As expected, it's unrelated.
Right. I backported the change to 3.13. |
gh-121359: Run test_pyrepl in isolated mode (GH-121414) run_repl() now pass the -I option (isolated mode) to Python if the 'env' parameter is not set. (cherry picked from commit 6239d41) Co-authored-by: Victor Stinner <[email protected]>
run_repl() now pass the -I option (isolated mode) to Python if the 'env' parameter is not set.
run_repl() now pass the -I option (isolated mode) to Python if the 'env' parameter is not set.
run_repl() now pass the -I option (isolated mode) to Python if the 'env' parameter is not set.