]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sun, 19 Jun 2022 06:06:37 +0000 (11:36 +0530)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 06:06:37 +0000 (14:06 +0800)
commit726448ebe15cd78e180c29c9858cb6c10a581524
treedca1e7b05353711ab647074d9a8773669b2b73c1
parent6066f450b91f1cbebf33a245c14e660052ccd90a
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
Objects/typeobject.c