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
Next Next commit
Update Lib/test/test_os.py
  • Loading branch information
picnixz authored Jan 3, 2026
commit b6f9b529a9c6b361cc2acc8c7903205fa3ce7953
3 changes: 1 addition & 2 deletions Lib/test/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -2263,8 +2263,7 @@ def test_execve_env_concurrent_mutation_with_fspath_posix(self):
# Regression test for https://github.com/python/cpython/issues/143309.

message = "hello from execve"
code = """
import os, sys
code = """import os, sys
Comment thread
picnixz marked this conversation as resolved.
Outdated

class MyPath:
def __fspath__(self):
Expand Down
Loading