]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol if needed...
authorJ. Nick Koston <nick@koston.org>
Fri, 6 Dec 2024 04:33:03 +0000 (22:33 -0600)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2024 04:33:03 +0000 (10:03 +0530)
commite991ac8f2037d78140e417cc9a9486223eb3e786
treebd25bcf8877e1efa749fc84b6934f465ed062287
parent25eee578c8e369b027da6d9d2725f29df6ef1cbd
gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol if needed (#127656)

Ensure `_SelectorSocketTransport.writelines` pauses the protocol if it reaches the high water mark as needed.

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]