]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextI...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2026 12:19:03 +0000 (14:19 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 12:19:03 +0000 (12:19 +0000)
commit36fd455ab65c943d99baf27454bdf0e6d96313eb
tree3b07b341f5b204a6b6072ecc3c6bea373bc24e75
parent117b76a19078e5454f2530e91cae5646eec7502c
[3.13] gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (GH-151817) (#152073)

(cherry picked from commit c61307222e18bfa06691d53e3ad336c46f432de0)

Co-authored-by: Stan Ulbrych <stan@python.org>
Misc/NEWS.d/next/Library/2026-06-20-21-15-13.gh-issue-151814.OIbgsO.rst [new file with mode: 0644]
Modules/_io/textio.c