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 b6f9b52 commit 9f9c4a4Copy full SHA for 9f9c4a4
1 file changed
Lib/test/test_os.py
@@ -2263,7 +2263,8 @@ 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 = """import os, sys
+ code = """\
2267
+ import os, sys
2268
2269
class MyPath:
2270
def __fspath__(self):
0 commit comments