]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115514: Fix incomplete writes after close while using ssl in asyncio(#128037)
authorVojtěch Boček <vbocek@gmail.com>
Sun, 2 Feb 2025 15:11:25 +0000 (16:11 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 15:11:25 +0000 (15:11 +0000)
commit4e38eeafe2ff3bfc686514731d6281fed34a435e
tree529bb07624dd0e592b7c30b964cbe78043ebfb14
parent853a6b7de222964d8cd0e9478cb5c78d490032e6
gh-115514: Fix incomplete writes after close while using ssl in asyncio(#128037)

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]