]> granicus.if.org Git - python/commit
The previous checkin to clear __slots__ variables did a little bit of
authorGuido van Rossum <guido@python.org>
Thu, 6 Dec 2001 02:35:58 +0000 (02:35 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Dec 2001 02:35:58 +0000 (02:35 +0000)
commit14227b4dd41c1dd6cf2ff5b81ad5197b205080ab
treefac4ef589a0312af1dd20e88fe9aa10866db1efd
parent101de912d3613132b2eb80c802551006b3a11624
The previous checkin to clear __slots__ variables did a little bit of
the work each time it found another base class.  All the work is
contiguous, so we might as well do it all at once at the end.
Objects/typeobject.c