]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151112: Fix double free in `assemble_init` when out of memory (#151142)
authorStan Ulbrych <stan@python.org>
Tue, 9 Jun 2026 19:45:54 +0000 (20:45 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 19:45:54 +0000 (20:45 +0100)
commit580499177ca91477b53b4a40afcec7d3370265b0
tree41a7188e6092221db7e8a0a79281c7310b784551
parentab8ebe9034a85c441d1bb4208fa2d667fd38cc4d
gh-151112: Fix double free in `assemble_init` when out of memory (#151142)
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