]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#116299)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Mar 2024 10:04:44 +0000 (11:04 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2024 10:04:44 +0000 (10:04 +0000)
commitd8a56ea439f08a2c386dae61aa503cf9daeca80f
treed512bb8d34acea366df3f6a3f1538ff73a354113
parent722b9cf9fb9504bac082f474f0756da63a3674fc
[3.12] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#116299)

(cherry picked from commit 17c4849981905fb1c9bfbb2b963b6ee12e3efb2c)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
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