]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:14:01 +0000 (14:14 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 12:14:01 +0000 (12:14 +0000)
commit6bad84d64c63facc5f93a1ea0a053f620e05cb92
tree43ed6c6af64067fa55460109801509dcd06aee49
parentbc52a01e71dfd3427928498e81615ca6078b2ee4
[3.15] gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (GH-151817)

(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