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 6da074e commit bb99322Copy full SHA for bb99322
1 file changed
Misc/NEWS.d/next/Library/2025-08-09-08-53-32.gh-issue-137583.s6OZud.rst
@@ -1,4 +1,4 @@
1
Fix a deadlock introduced in 3.13.6 when a call to
2
-:meth:`ssl.SSLSocket.recv <socket.socket.recv>` was blocked in one thread, while another
3
-attempted to call :meth:`ssl.SSLSocket.send <socket.socket.send>` to unblock it in another
4
-thread.
+:meth:`ssl.SSLSocket.recv <socket.socket.recv>` was blocked in one thread,
+and then another method on the object (such as :meth:`ssl.SSLSocket.send`)
+was subsequently called in another thread.
0 commit comments