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 1dea688 commit a5abeecCopy full SHA for a5abeec
1 file changed
Lib/test/test_ssl.py
@@ -5048,7 +5048,7 @@ def server_callback(identity):
5048
with client_context.wrap_socket(socket.socket()) as s:
5049
s.connect((HOST, server.port))
5050
5051
- @support.skip_if_sanitizer("gh-137583: OpenSSL races on SSL->rwstate and "
+ @support.skip_if_sanitizer("gh-150191: OpenSSL races on SSL->rwstate and "
5052
"the socket BIO flags with concurrent read "
5053
"and write", thread=True)
5054
def test_thread_recv_while_main_thread_sends(self):
0 commit comments