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

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]