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 45b28f6 commit fbb2668Copy full SHA for fbb2668
Lib/test/test_socket.py
@@ -7128,6 +7128,7 @@ def test_recv_fds_peek(self):
7128
self._test_pipe(fds[0], wfd, MSG)
7129
7130
@requireAttrs(socket, "MSG_DONTWAIT")
7131
+ @unittest.skipUnless(sys.platform in ('linux', 'android'), 'Linux specific test')
7132
def test_send_fds_dontwait(self):
7133
rfd, wfd = os.pipe()
7134
self.addCleanup(os.close, rfd)
0 commit comments