]> granicus.if.org Git - python/commit
Remove a bunch of stuff that's no longer needed now that update_slot()
authorGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 13:59:09 +0000 (13:59 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 13:59:09 +0000 (13:59 +0000)
commit14a6f8378e3b2a00e0cfd0a3853cddaaf56af727
tree05604ff979944ae66b192ded1d4e53f60d29607b
parenta25d995ab0cec07a2b11e445551f9ccc78a89c06
Remove a bunch of stuff that's no longer needed now that update_slot()
and fixup_slot_dispatchers() always select the proper slot dispatcher.
This affects slot_sq_item(), slot_tp_getattro(), and
slot_tp_getattr_hook().
Objects/typeobject.c