]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection...
authorKumar Aditya <kumaraditya@python.org>
Tue, 7 Oct 2025 17:36:04 +0000 (23:06 +0530)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:36:04 +0000 (23:06 +0530)
commit5cd6cfe4cf6770b9424bb23f8c7c661f7a3db7b0
tree6fc4bfdf390696a6d74bdc248a188b0ba8e5934e
parentde84d0905033636c70bfd79b741cc26abce6a422
[3.14] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (GH-136743) (#138702)
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]