]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:52 +0000 (14:14 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 12:14:52 +0000 (12:14 +0000)
commita88629a4204f33972bc11a72f2b13bdadfee026a
treef5f41e3032c62f0059f7f259bd3681abb66e3ac6
parent1b25c79af4ccd6ad7b883f1ed22d5c597dd8f601
[3.14] 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