]> granicus.if.org Git - python/commit
Halfway checkin. This is still messy, but it's beginning to address
authorGuido van Rossum <guido@python.org>
Tue, 9 Oct 2001 19:39:46 +0000 (19:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Oct 2001 19:39:46 +0000 (19:39 +0000)
commit7b9144b2ee0b34a0f4569b0e6277b12d1066c6be
tree49d264e9c25ea5045303b30837dd6cf2004900f1
parentdca939899d97cc8706163d28de83b951c0213524
Halfway checkin.  This is still messy, but it's beginning to address
the problem that slots weren't inherited properly.  override_slots()
no longer exists; in its place comes fixup_slot_dispatchers() which
does more and different work and is table-based.  (Eventually I want
this table also to replace all the little tab_foo tables.)

Also add a wrapper for __delslice__; this required a change in
test_descrtut.py.
Lib/test/test_descrtut.py
Objects/typeobject.c