Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Lib/test/test_os.py
  • Loading branch information
picnixz authored Jan 3, 2026
commit f0964dffe8b5bac98cbbd95c45197e50798c546a
2 changes: 1 addition & 1 deletion Lib/test/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ def values(self): return VALUES
args = [sys.executable, '-c', "print({message!r})"]
os.execve(args[0], args, MyEnv())
""".format(message=message)

code = textwrap.dedent(code)
# Use '__cleanenv' to signal to assert_python_ok() not
# to do a copy of os.environ on its own.
rc, out, _ = assert_python_ok('-c', code, __cleanenv=True)
Expand Down
Loading