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.
1 parent fca2fc0 commit abde2c1Copy full SHA for abde2c1
1 file changed
Lib/test/test_socket.py
@@ -2216,7 +2216,7 @@ def _testSendmsgTimeout(self):
2216
# Linux supports MSG_DONTWAIT when sending, but in general, it
2217
# only works when receiving. Could add other platforms if they
2218
# support it too.
2219
- @skipWithClientIf(sys.platform not in {"linux2"},
+ @skipWithClientIf(sys.platform not in {"linux"},
2220
"MSG_DONTWAIT not known to work on this platform when "
2221
"sending")
2222
def testSendmsgDontWait(self):
0 commit comments