diff options
author | Guido van Rossum <guido@python.org> | 1996-05-14 21:54:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-05-14 21:54:20 (GMT) |
commit | 6dabc984005c02c0289a17d8d173dc800214b44f (patch) | |
tree | c1e5091fc25e27675c8add10a2402324e4e1ebd7 /Python/pythonmain.c | |
parent | 3355be3f352d905a02031bdec6d91a339489b1c8 (diff) | |
download | cpython-6dabc984005c02c0289a17d8d173dc800214b44f.zip cpython-6dabc984005c02c0289a17d8d173dc800214b44f.tar.gz cpython-6dabc984005c02c0289a17d8d173dc800214b44f.tar.bz2 |
Added __name__ attribute to class instance method objects.
Removed im_doc attribute; __name__ and __doc__ are now handled by
special casing in instancemethodgetattr(). This saves a few bytes and
INCREF/DECREF calls per i.m. object allocation/deallocation.
Diffstat (limited to 'Python/pythonmain.c')
0 files changed, 0 insertions, 0 deletions