summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/python23.def
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-04-15 12:09:45 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-04-15 12:09:45 (GMT)
commit6c65531511901325391dae6effd0183b39c92c27 (patch)
treebd33a001cbf544ee9dae9af97254908737e7d52f /PC/os2emx/python23.def
parentf367651472f66d663e022eb658c379e275adfb29 (diff)
downloadcpython-6c65531511901325391dae6effd0183b39c92c27.zip
cpython-6c65531511901325391dae6effd0183b39c92c27.tar.gz
cpython-6c65531511901325391dae6effd0183b39c92c27.tar.bz2
update build infrastructure for pymalloc and bool changes
Diffstat (limited to 'PC/os2emx/python23.def')
-rw-r--r--PC/os2emx/python23.def21
1 files changed, 16 insertions, 5 deletions
diff --git a/PC/os2emx/python23.def b/PC/os2emx/python23.def
index 00fe23a..3b2e214 100644
--- a/PC/os2emx/python23.def
+++ b/PC/os2emx/python23.def
@@ -167,6 +167,14 @@ EXPORTS
"PyObject_IsInstance"
"PyObject_IsSubclass"
+; From python23_s.lib(boolobject)
+ "bool_repr"
+ "PyBool_FromLong"
+ "bool_new"
+ "_Py_ZeroStruct"
+ "_Py_TrueStruct"
+ "PyBool_Type"
+
; From python23_s.lib(bufferobject)
"PyBuffer_FromObject"
"PyBuffer_FromReadWriteObject"
@@ -302,9 +310,7 @@ EXPORTS
"PyInt_FromString"
"PyInt_FromUnicode"
"PyInt_Fini"
- "_Py_ZeroStruct"
"PyInt_Type"
- "_Py_TrueStruct"
; From python23_s.lib(iterobject)
"PySeqIter_New"
@@ -404,9 +410,6 @@ EXPORTS
"PyMem_Malloc"
"PyMem_Realloc"
"PyMem_Free"
- "PyObject_Malloc"
- "PyObject_Realloc"
- "PyObject_Free"
"Py_ReprEnter"
"Py_ReprLeave"
"_PyTrash_deposit_object"
@@ -418,6 +421,11 @@ EXPORTS
"_PyTrash_delete_nesting"
"_PyTrash_delete_later"
+; From python23_s.lib(obmalloc)
+ "PyObject_Malloc"
+ "PyObject_Realloc"
+ "PyObject_Free"
+
; From python23_s.lib(rangeobject)
"PyRange_New"
"PyRange_Type"
@@ -903,12 +911,15 @@ EXPORTS
; From python23_s.lib(gcmodule)
; "initgc"
"_PyGC_Dump"
+ "PyObject_GC_Track"
"_PyObject_GC_Track"
+ "PyObject_GC_UnTrack"
"_PyObject_GC_UnTrack"
"_PyObject_GC_Malloc"
"_PyObject_GC_New"
"_PyObject_GC_NewVar"
"_PyObject_GC_Resize"
+ "PyObject_GC_Del"
"_PyObject_GC_Del"
"_PyGC_generation0"