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 9c0cccf + e51c8da commit fba2b6bCopy full SHA for fba2b6b
1 file changed
Lib/test/test_multiprocessing.py
@@ -1693,6 +1693,7 @@ def test_large_fd_transfer(self):
1693
def _send_data_without_fd(self, conn):
1694
os.write(conn.fileno(), b"\0")
1695
1696
+ @unittest.skipUnless(HAS_REDUCTION, "test needs multiprocessing.reduction")
1697
@unittest.skipIf(sys.platform == "win32", "doesn't make sense on Windows")
1698
def test_missing_fd_transfer(self):
1699
# Check that exception is raised when received data is not
0 commit comments