]> granicus.if.org Git - python/commit
Refactor instancemethod_descr_get() to (a) be more clear, (b) be safe
authorGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 18:43:00 +0000 (18:43 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 18:43:00 +0000 (18:43 +0000)
commit6bae46d8c14fc312f38a1087803c559b119c9bb5
tree6a3c02af922efce559cd5a4c6d2d7f81b9fc9e72
parent5f322d3dfd1717acd77ba04693c6a6251e76475b
Refactor instancemethod_descr_get() to (a) be more clear, (b) be safe
in the light of weird args, and (c) not to expect None (which is now
changed to NULL by slot_tp_descr_get()).
Objects/classobject.c