]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116296: Fix refleak in reduce_newobj() corner case (#116297)
authorErlend E. Aasland <erlend@python.org>
Mon, 4 Mar 2024 09:46:18 +0000 (10:46 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2024 09:46:18 +0000 (09:46 +0000)
commit17c4849981905fb1c9bfbb2b963b6ee12e3efb2c
tree06cae8c26c168c4801714b9da77a70b722b2395b
parent1dce0073da2e48f3cd387f4d57b14d6813bb8a85
gh-116296: Fix refleak in reduce_newobj() corner case (#116297)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Misc/NEWS.d/next/Core and Builtins/2024-03-04-10-19-51.gh-issue-116296.gvtxyU.rst [new file with mode: 0644]
Objects/typeobject.c