]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrappe...
authorStan Ulbrych <stan@python.org>
Wed, 24 Jun 2026 11:47:52 +0000 (12:47 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 11:47:52 +0000 (12:47 +0100)
commitc61307222e18bfa06691d53e3ad336c46f432de0
tree169dab0f825a0272e2cef3690c6c2dc9601990bd
parent22dd5b5b374c8eb4def7d55bb8de5928e345c73a
gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (#151817)
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