summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-11 06:39:53 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-11 06:39:53 (GMT)
commit8dfc4a9baca7b039048b6e1dab3e4eb09f7af463 (patch)
treec755a631b7c3736811c173469a63d570124fe0d4 /PC/os2emx
parent32ca442b13ecbd50e9b4a55b97ca12061ef13b5f (diff)
downloadcpython-8dfc4a9baca7b039048b6e1dab3e4eb09f7af463.zip
cpython-8dfc4a9baca7b039048b6e1dab3e4eb09f7af463.tar.gz
cpython-8dfc4a9baca7b039048b6e1dab3e4eb09f7af463.tar.bz2
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.
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/python25.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/os2emx/python25.def b/PC/os2emx/python25.def
index ef6bd13..6aa2e62 100644
--- a/PC/os2emx/python25.def
+++ b/PC/os2emx/python25.def
@@ -1091,10 +1091,8 @@ EXPORTS
"_Py_QnewFlag"
; From python25_s.lib(structmember)
- "PyMember_Get"
"PyMember_GetOne"
"PyMember_SetOne"
- "PyMember_Set"
; From python25_s.lib(symtable)
"PySymtable_Build"