Skip to content

Commit bb99322

Browse files
committed
Blurb fixup.
1 parent 6da074e commit bb99322

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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.
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`)
4+
was subsequently called in another thread.

0 commit comments

Comments
 (0)