]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151112: Fix double free in `assemble_init` when out of memory (GH-151142...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jun 2026 20:13:45 +0000 (22:13 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 20:13:45 +0000 (21:13 +0100)
commit24cb16ee804791295b442eefc2dd30f4926efab9
tree6af1d2a76559482903005d548a38d51f32c1c0b5
parentea7d943efd4a943b51656197c0a071e4eec29dfb
[3.14] gh-151112: Fix double free in `assemble_init` when out of memory (GH-151142) (#151206)

gh-151112: Fix double free in `assemble_init` when out of memory (GH-151142)
(cherry picked from commit 580499177ca91477b53b4a40afcec7d3370265b0)

Co-authored-by: Stan Ulbrych <stan@python.org>
Misc/NEWS.d/next/Core_and_Builtins/2026-06-09-12-24-35.gh-issue-151112.4RKCkD.rst [new file with mode: 0644]
Python/assemble.c