Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 7b1e5a7 + 3ee147f commit 0fc0318Copy full SHA for 0fc0318
1 file changed
Lib/test/test_io.py
@@ -449,7 +449,7 @@ class UnseekableWriter(self.MockUnseekableIO):
449
else:
450
self.assertRaises(OSError, obj.write, data)
451
452
- if sys.platform.startswith("win") or test in (
+ if sys.platform.startswith("win") and test in (
453
pipe_reader, pipe_writer):
454
# Pipes seem to appear as seekable on Windows
455
continue
0 commit comments