]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 2 Feb 2025 16:12:12 +0000 (17:12 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 16:12:12 +0000 (16:12 +0000)
commite9febe51afd2033487053f6d4c748e10d692c322
treebfaa9e5748925db641f6731b936fedacef8111c4
parent90e526ae67b172ed7c6c56e7edad36263b0f9403
[3.13] gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH-128037) (#129581)

gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH-128037)

(cherry picked from commit 4e38eeafe2ff3bfc686514731d6281fed34a435e)

Co-authored-by: Vojtěch Boček <vbocek@gmail.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_ssl.py
Misc/ACKS
Misc/NEWS.d/next/Library/2024-12-17-16-48-02.gh-issue-115514.1yOJ7T.rst [new file with mode: 0644]