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 9ae6017 commit d69f8e5Copy full SHA for d69f8e5
1 file changed
Lib/test/test_asyncio/test_windows_utils.py
@@ -148,5 +148,6 @@ def test_wsarecvfrominto_failure(self):
148
with self.assertRaises(OSError):
149
ov.WSARecvFromInto(0x1234, buf, len(buf), 0)
150
151
+
152
if __name__ == '__main__':
153
unittest.main()
0 commit comments