]> granicus.if.org Git - python/commit
slot_sq_item(): ensure that self is an instance of the wrapper's
authorGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 07:15:43 +0000 (07:15 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Oct 2001 07:15:43 +0000 (07:15 +0000)
commitcaf59043d14254c8c4e47070d844e678487ece43
tree6065945176a05a1a45ca34369a9c45fd2b7caa2a
parentbcbdc95e90794794081927b81006ce8563974969
slot_sq_item(): ensure that self is an instance of the wrapper's
d_type before calling the wrapped function.

fixup_slot_dispatchers(): fix indentation.
Objects/typeobject.c