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 cf630d7 commit f3ec86cCopy full SHA for f3ec86c
1 file changed
Misc/NEWS.d/next/Library/2025-08-09-08-53-32.gh-issue-137583.s6OZud.rst
@@ -0,0 +1,4 @@
1
+Fix a deadlock introduced in the :mod:`ssl` module when a call to
2
+:class:`~ssl.SSLSocket.recv` was blocked in one thread, while another
3
+attempted to call :class:`~ssl.SSLSocket.send` to unblock it in another
4
+thread.
0 commit comments