]> granicus.if.org Git - python/commit
Remove support for __members__ and __methods__. There still might be
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 11 Aug 2007 06:39:53 +0000 (06:39 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 11 Aug 2007 06:39:53 +0000 (06:39 +0000)
commit8dfc4a9baca7b039048b6e1dab3e4eb09f7af463
treec755a631b7c3736811c173469a63d570124fe0d4
parent32ca442b13ecbd50e9b4a55b97ca12061ef13b5f
Remove support for __members__ and __methods__.  There still might be
some cleanup to do on this.  Particularly in Python/traceback.c with
getting rid of the getattr if possible and Demo/*metaclasses/Enum.py.
14 files changed:
Doc/lib/libstdtypes.tex
Include/structmember.h
Lib/test/test_descrtut.py
Lib/test/test_traceback.py
Misc/NEWS
Misc/find_recursionlimit.py
Modules/pyexpat.c
Objects/methodobject.c
PC/_winreg.c
PC/os2emx/python25.def
PC/os2vacpp/python.def
Python/structmember.c
Python/traceback.c
Tools/modulator/Templates/object_structure