]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:32:07 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2024 16:32:07 +0000 (22:02 +0530)
commit6a8e8f48b4f9be5d15ceec6869bbaef55e99f18d
treeee3fccaadedae3c185390b0d0ab24a6545d109b5
parentfe4585a674daaf79f0978429daabd36b3bffb212
[3.12] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960) (#125932)

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]