]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46417: Revert remove_subclass() change (GH-30750) 30753/head
authorVictor Stinner <vstinner@python.org>
Fri, 21 Jan 2022 15:45:14 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 15:45:14 +0000 (16:45 +0100)
commitfda88864980ffce57add0ea03fb9cbda2798975e
tree19df73c680561d058734983aa982b232871d28c6
parent595225e86dcc6ea520a584839925a878dce7a9b2
bpo-46417: Revert remove_subclass() change (GH-30750)

remove_subclass() doesn't clear the tp_subclasses dict if the dict
becomes empty.
Objects/typeobject.c