commit | 6bae46d8c14fc312f38a1087803c559b119c9bb5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Feb 11 18:43:00 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Feb 11 18:43:00 2003 +0000 |
tree | 6a3c02af922efce559cd5a4c6d2d7f81b9fc9e72 | |
parent | 5f322d3dfd1717acd77ba04693c6a6251e76475b [diff] |
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()).