]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129005: Update _pyio.BytesIO to use bytearray.resize on write (#129702)
authorCody Maloney <cmaloney@users.noreply.github.com>
Thu, 6 Feb 2025 10:18:08 +0000 (02:18 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2025 10:18:08 +0000 (10:18 +0000)
commit052ca8ffe8c57afb9c270fcc4eb5f390cbcfb8ce
tree0efda48269a6962c24a2663a535cce151c6f3ad5
parentd83a8a26f5e321b26bec59f5fd47c9c46c16ab12
gh-129005: Update _pyio.BytesIO to use bytearray.resize on write (#129702)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/_pyio.py