]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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 15:47:37 +0000 (16:47 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 15:47:37 +0000 (15:47 +0000)
commite20963a12ab60d70bbca33352a84dfa050f06923
treeb92c550d6b496ec5330a0a68ab6c9a4b58e49f40
parenta7084f6075c9595ba60119ce8c62f1496f50c568
[3.12] gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH-128037) (#129582)

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]