]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150621: avoid quadratic bytes slicing in `asyncio.protocols._feed_data_to_buffered...
authorTimofei <128279579+deadlovelll@users.noreply.github.com>
Sat, 25 Jul 2026 13:14:49 +0000 (16:14 +0300)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2026 13:14:49 +0000 (13:14 +0000)
commit2f4cca5467cfdf9d754a5d737b9e63ea0c1dc66f
tree14aac04ba7d47a6ba83b40d129dd20443bc9a8a4
parent751707414cc7d2a7a7f0fa7552fa02c963d6a902
gh-150621: avoid quadratic bytes slicing in `asyncio.protocols._feed_data_to_buffered_proto` (#150622)
Lib/asyncio/protocols.py
Lib/test/test_asyncio/test_protocols.py