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 bb99322 commit 36a4d66Copy full SHA for 36a4d66
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,
3
-and then another method on the object (such as :meth:`ssl.SSLSocket.send`)
+and then another method on the object (such as :meth:`ssl.SSLSocket.send <socket.socket.send>`)
4
was subsequently called in another thread.
0 commit comments