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

Skip to content
Prev Previous commit
Next Next commit
Apply suggestion from @chris-eibl
  • Loading branch information
chris-eibl authored Jan 1, 2026
commit 71e72778e27aff5b5d1c2fe3164981ff1dc61d35
2 changes: 1 addition & 1 deletion Lib/test/test_os/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ def test_execve_env_concurrent_mutation_with_fspath(self):
# See https://github.com/python/cpython/pull/143314
# to understand why we cannot use spaces in strings
# when using subprocess and os.execve() on Windows.
message = 123456
message = "123456"
else:
message = "hello from execve"

Expand Down
Loading