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 a2992a8 commit 75d8ae9Copy full SHA for 75d8ae9
1 file changed
Lib/test/test_socket.py
@@ -3572,12 +3572,12 @@ def _testSendmsgAfterClose(self):
3572
class SendmsgStreamTests(SendmsgTests):
3573
# Tests for sendmsg() which require a stream socket and do not
3574
# involve recvmsg() or recvmsg_into().
3575
-
+
3576
@unittest.skipUnless(hasattr(socket.socket, "sendmsg"),
3577
"sendmsg not supported")
3578
def test_sendmsg_reentrant_ancillary_mutation(self):
3579
self._test_sendmsg_reentrant_ancillary_mutation()
3580
3581
def _test_sendmsg_reentrant_ancillary_mutation(self):
3582
import socket
3583
0 commit comments