]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss...
authorBruce Merry <1963944+bmerry@users.noreply.github.com>
Mon, 8 Sep 2025 16:09:52 +0000 (18:09 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Sep 2025 16:09:52 +0000 (21:39 +0530)
commit7d435cfde6bd2b4b7f313eb20b53a1777e6c56d3
treef0e6c8e5163bfb24a4cbb805f058bb0c98730531
parentc6f8b2fdb109941f70e0ea59a587734e39b04879
gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (#136743)
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2025-07-17-16-12-23.gh-issue-136234.VmTxtj.rst [new file with mode: 0644]