]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Dec 2024 05:12:40 +0000 (06:12 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2024 05:12:40 +0000 (10:42 +0530)
commit9aa0deb2eef2655a1029ba228527b152353135b5
tree8823afc51f540a52729c7e48ee9e0bfb873e2b6b
parentf8c0d806b9d4a614a12631a2551b7135289b8eb1
[3.12] gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol if needed (GH-127656) (#127664)

gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol if needed (GH-127656)

Ensure `_SelectorSocketTransport.writelines` pauses the protocol if it reaches the high water mark as needed.
(cherry picked from commit e991ac8f2037d78140e417cc9a9486223eb3e786)

Co-authored-by: J. Nick Koston <nick@koston.org>
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/Security/2024-12-05-21-35-19.gh-issue-127655.xpPoOf.rst [new file with mode: 0644]