]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 Oct 2024 16:31:47 +0000 (18:31 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2024 16:31:47 +0000 (22:01 +0530)
commit95bcbcb7c89508ae806d864271f3e6e696dbaf69
treea3f7a7f726486762d28be9617bb6a15b73a9de55
parentf702ea24fa15cd13ab8e23a5869c4838d3d4b4be
[3.13] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960) (#125931)

gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960)

(cherry picked from commit 3f24bde0b6689b8f05872a8118a97908b5a94659)

Co-authored-by: Javad Shafique <javadshafique@hotmail.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS.d/next/Core and Builtins/2024-05-12-03-10-36.gh-issue-118950.5Wc4vp.rst [new file with mode: 0644]