]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141863: use `bytearray.take_bytes` in asyncio streams for better performance ...
authorCody Maloney <cmaloney@users.noreply.github.com>
Mon, 24 Nov 2025 15:36:53 +0000 (07:36 -0800)
committerGitHub <noreply@github.com>
Mon, 24 Nov 2025 15:36:53 +0000 (21:06 +0530)
commitb484c32d0ae386df8751aea86b3055813d8f805b
tree5b4352993f2c955b6d95c6077e96f5f64f3f2033
parentfb655527d8c0740c3aa5e816e8e37eea2f68d163
gh-141863: use `bytearray.take_bytes` in asyncio streams for better performance (#141864)
Lib/asyncio/streams.py
Misc/NEWS.d/next/Library/2025-11-22-16-33-48.gh-issue-141863.4PLhnv.rst [new file with mode: 0644]