Skip to content

Commit 64f7480

Browse files
committed
Fix the blurb (hopefully for the last time).
1 parent 38e29f9 commit 64f7480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fix a deadlock introduced in the :mod:`ssl` module when a call to
2-
``recv()`` was blocked in one thread, while another
3-
attempted to call ``send()`` to unblock it in another
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
44
thread.

0 commit comments

Comments
 (0)