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

(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