Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abde2c1

Browse files
Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Patch by David Watson.
1 parent fca2fc0 commit abde2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ def _testSendmsgTimeout(self):
22162216
# Linux supports MSG_DONTWAIT when sending, but in general, it
22172217
# only works when receiving. Could add other platforms if they
22182218
# support it too.
2219-
@skipWithClientIf(sys.platform not in {"linux2"},
2219+
@skipWithClientIf(sys.platform not in {"linux"},
22202220
"MSG_DONTWAIT not known to work on this platform when "
22212221
"sending")
22222222
def testSendmsgDontWait(self):

0 commit comments

Comments
 (0)