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 2aa975a commit 6fec029Copy full SHA for 6fec029
Lib/test/test_io.py
@@ -4878,6 +4878,7 @@ def test_interrupted_write_retry_buffered(self):
4878
def test_interrupted_write_retry_text(self):
4879
self.check_interrupted_write_retry("x", mode="w", encoding="latin1")
4880
4881
+ @unittest.skipUnless(hasattr(os, "pipe"), "requires os.pipe()")
4882
def test_read_non_blocking(self):
4883
import os
4884
0 commit comments