]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 17:57:57 +0000 (19:57 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:57:57 +0000 (17:57 +0000)
commit060eef27c39e78acdbd0fadcd5f49b2d1a26ab73
tree51706a00d5402fde5e42b99589866722e5105821
parent333d4a6f4967d3ace91492a39ededbcf3faa76a6
[3.13] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (GH-136743) (GH-138702) (#139710)

[3.14] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (GH-136743) (GH-138702)
(cherry picked from commit 5cd6cfe4cf6770b9424bb23f8c7c661f7a3db7b0)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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]