]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141968: Use `take_bytes` to remove copy in `_pyio.BytesIO.read()` (#149850)
authorLukas Geiger <lukas.geiger94@gmail.com>
Tue, 19 May 2026 00:48:41 +0000 (01:48 +0100)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 00:48:41 +0000 (00:48 +0000)
commit43c3438a2a31cef152e5fa1172983b4d3e4d8a58
tree29b3601c485ce420d317e59e79ec55d5b3c667c1
parent398d7e1d130e0dd5c79b9b9cc4535d698c7a06cd
gh-141968: Use `take_bytes` to remove copy in `_pyio.BytesIO.read()` (#149850)
Lib/_pyio.py