]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown...
authorJavad Shafique <javadshafique@hotmail.com>
Thu, 24 Oct 2024 17:41:16 +0000 (19:41 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 17:41:16 +0000 (17:41 +0000)
commit3f24bde0b6689b8f05872a8118a97908b5a94659
tree4769ae0e596a88ea20ffa384ed22fb95282888c6
parent41bd9d959ccdb1095b6662b903bb3cbd2a47087b
gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (#118960)

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]