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