We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8decc41 commit d9e1867Copy full SHA for d9e1867
Lib/test/test_ssl.py
@@ -2891,6 +2891,7 @@ def test_echo(self):
2891
'Cannot create a client socket with a PROTOCOL_TLS_SERVER context',
2892
str(e.exception))
2893
2894
+ @unittest.expectedFailureIfWindows('TODO: RUSTPYTHON Windows')
2895
@unittest.skipUnless(support.Py_GIL_DISABLED, "test is only useful if the GIL is disabled")
2896
def test_ssl_in_multiple_threads(self):
2897
# See GH-124984: OpenSSL is not thread safe.
0 commit comments