]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:40 +0000 (22:13 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 20:13:40 +0000 (21:13 +0100)
commit310125eb9d303046046d4f11a5fce5dede9c2fe8
tree5a8142358f2cbb60d7e29459a9978482e3a9f8af
parent7d530aa588ee2d518f2d69c423308da26c214383
[3.13] gh-151112: Fix double free in `assemble_init` when out of memory (GH-151142) (#151207)

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