]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Redid the slot computation. The initial slot assignments are now done
authorGuido van Rossum <guido@python.org>
Sat, 13 Oct 2001 20:02:41 +0000 (20:02 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 13 Oct 2001 20:02:41 +0000 (20:02 +0000)
commitd396b9c9c3315b6020ab53f595be05d939be8732
tree80f6c0db4086c477bb5defff83ebfcbc1d9b6a90
parent4c85da4d164d11772f5f4fce8c4ed961065c514a
Redid the slot computation.  The initial slot assignments are now done
using the same algorithm as the slot updates.  The slotdefs array is
now sorted by slot offset and has an interned string object corresponding
to the name added to each item.  More can be done but I need to commit
this first as a working intermediate stage.
Objects/typeobject.c