]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Inexplicably, recurse_down_subclasses() was comparing the object
authorGuido van Rossum <guido@python.org>
Fri, 14 Jun 2002 02:27:07 +0000 (02:27 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Jun 2002 02:27:07 +0000 (02:27 +0000)
commit59e6c539207346398f02820ed1d80e3245112179
treec5ef68eff1139103c0d2808928f8ac9a90bd9e6d
parent2c2e827029b093bbc922b60aa56db1be9f3ac37e
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).  Will backport.
Objects/typeobject.c