]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:16:42 +0000 (22:16 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 20:16:42 +0000 (20:16 +0000)
commit50765f43f72b62778ed896e34faef8b10fc07058
treec14e723e76bda4d304f65417f7137a8808a2b6fd
parente25cc9e93ce7755dba7467ec7d9566b9140e648a
[3.15] gh-151112: Fix double free in `assemble_init` when out of memory (GH-151142) (#151205)

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