We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3aad18 commit b6f9b52Copy full SHA for b6f9b52
1 file changed
Lib/test/test_os.py
@@ -2263,8 +2263,7 @@ def test_execve_env_concurrent_mutation_with_fspath_posix(self):
2263
# Regression test for https://github.com/python/cpython/issues/143309.
2264
2265
message = "hello from execve"
2266
- code = """
2267
- import os, sys
+ code = """import os, sys
2268
2269
class MyPath:
2270
def __fspath__(self):
0 commit comments