]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorGuido van Rossum <guido@python.org>
Fri, 14 Jun 2002 02:28:23 +0000 (02:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Jun 2002 02:28:23 +0000 (02:28 +0000)
commit63b1fcba9c12996c37c435ba063b01660279323c
tree4b80aff9e7af8278dc1ca6306b2c6134932d73e3
parentdf6aebc9542e71710984000a410e51ada7393980
Backport:
Inexplicably, recurse_down_subclasses() was comparing the object
gotten from a weak reference to NULL instead of to None.  This caused
the following assert() to fail (but only in 2.2 in the debug build --
I have to find a better test case).
Objects/typeobject.c