]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio (#31871)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sat, 24 Dec 2022 05:51:11 +0000 (11:21 +0530)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2022 05:51:11 +0000 (11:21 +0530)
commitc122390a5557b042ca6e0aece22149b972d68c9b
treeb3fba638c85b29b4166bc3efd21e4820503ac087
parent0f6420640c0f3462e6b76b01a392844676de1fb9
GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio (#31871)

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2022-10-24-07-31-11.gh-issue-91166.-IG06R.rst [new file with mode: 0644]