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 4d45624 commit fb21652Copy full SHA for fb21652
1 file changed
Lib/test/test_socket.py
@@ -6208,6 +6208,8 @@ def testBytesAddr(self):
6208
self.addCleanup(os_helper.unlink, path)
6209
self.assertEqual(self.sock.getsockname(), path)
6210
6211
+ @unittest.skipIf(sys.platform == 'win32',
6212
+ 'surrogateescape file path is not supported on Windows')
6213
def testSurrogateescapeBind(self):
6214
# Test binding to a valid non-ASCII pathname, with the
6215
# non-ASCII bytes supplied using surrogateescape encoding.
0 commit comments