]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989) (GH...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sun, 19 Jun 2022 11:26:13 +0000 (16:56 +0530)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 11:26:13 +0000 (19:26 +0800)
commitbeba1020a9d5b0350185b42fef6314cbe6c1d071
treee0d13be5d390a2ad4895ae2d88beb53f7768c84a
parentf21b0717299a4314b0435b3c5575981732db15be
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989) (GH-93999)

(cherry picked from commit 726448ebe15cd78e180c29c9858cb6c10a581524)
Objects/typeobject.c