]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140135: Use `PyBytesWriter` in `io.RawIOBase.readall()`; 4x faster (#140139)
authorMaurycy Pawłowski-Wieroński <5383+maurycy@users.noreply.github.com>
Wed, 15 Oct 2025 14:04:17 +0000 (16:04 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 14:04:17 +0000 (14:04 +0000)
commitd3015873693eaa30f904deada5e46374a1d31f6e
treea1bc5c00b6511a665490d296db45676e28b690d4
parent0c66da8de45e7decdd06face441f7517eb8efe22
gh-140135: Use `PyBytesWriter` in `io.RawIOBase.readall()`; 4x faster (#140139)
Misc/NEWS.d/next/Library/2025-10-15-02-26-50.gh-issue-140135.54JYfM.rst [new file with mode: 0644]
Modules/_io/iobase.c