]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jun 2022 09:51:22 +0000 (02:51 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 09:51:22 +0000 (02:51 -0700)
commit15c8838273e1be94dc3f32db21a35f5302ed1a1d
treea6090e07684681b9812cef397329404e48aee64e
parent0c826d362396d592e9d6af922566060f5184430a
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)

(cherry picked from commit 726448ebe15cd78e180c29c9858cb6c10a581524)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Objects/typeobject.c