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 3587510 commit ef61722Copy full SHA for ef61722
1 file changed
Lib/test/test_socket.py
@@ -2221,7 +2221,7 @@ def test_addressinfo_enum(self):
2221
lambda C: C.isupper() and C.startswith('AI_'),
2222
source=_socket)
2223
enum._test_simple_enum(CheckedAddressInfo, socket.AddressInfo)
2224
-
+
2225
@unittest.skipUnless(hasattr(socket.socket, "sendmsg"),"sendmsg not supported")
2226
def test_sendmsg_reentrant_ancillary_mutation(self):
2227
0 commit comments