summaryrefslogtreecommitdiffstats
path: root/Mac/Build
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-09-01 23:42:11 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-09-01 23:42:11 (GMT)
commit38c4dd4d53b9db5d65c1f6e64406acc2be637858 (patch)
tree0d4494b6e2c6629552e28e93d09ae88708b99e98 /Mac/Build
parentb18ced2909c07745c0ea4a18ec0821a6dcc203c5 (diff)
downloadcpython-38c4dd4d53b9db5d65c1f6e64406acc2be637858.zip
cpython-38c4dd4d53b9db5d65c1f6e64406acc2be637858.tar.gz
cpython-38c4dd4d53b9db5d65c1f6e64406acc2be637858.tar.bz2
Regenerated, mainly for new GC routines.
Diffstat (limited to 'Mac/Build')
-rw-r--r--Mac/Build/PythonCore.exp23
-rw-r--r--Mac/Build/PythonCoreCarbon.exp23
2 files changed, 38 insertions, 8 deletions
diff --git a/Mac/Build/PythonCore.exp b/Mac/Build/PythonCore.exp
index 628d05c..b904845 100644
--- a/Mac/Build/PythonCore.exp
+++ b/Mac/Build/PythonCore.exp
@@ -348,6 +348,7 @@ PyDict_Values
PyDict_Keys
PyDict_Size
PyDict_Copy
+PyDict_Merge
PyDict_Update
PyDict_Next
PyDict_Clear
@@ -432,6 +433,7 @@ PyCFunction_Type
PyCFunction_Fini
Py_FindMethod
Py_FindMethodInChain
+PyCFunction_Call
PyCFunction_GetFlags
PyCFunction_GetSelf
PyCFunction_GetFunction
@@ -460,6 +462,7 @@ PyObject_Malloc
PyMem_Free
PyMem_Realloc
PyMem_Malloc
+_Py_ReadyTypes
PyCallable_Check
PyNumber_Coerce
PyNumber_CoerceEx
@@ -483,7 +486,6 @@ PyObject_Compare
PyObject_Unicode
PyObject_Str
PyObject_Repr
-_PyGC_Dump
_PyObject_Dump
PyObject_Print
_PyObject_Del
@@ -518,6 +520,8 @@ PyString_Encode
PyString_AsDecodedString
PyString_AsDecodedObject
PyString_Decode
+PyString_FromFormat
+PyString_FromFormatV
PyString_FromString
PyString_FromStringAndSize
PyTuple_Type
@@ -531,8 +535,10 @@ PyTuple_New
type_getsets
PyType_Type
PyBaseObject_Type
+PySuper_Type
PyType_Ready
_PyType_Lookup
+call_method
PyType_IsSubtype
PyType_GenericNew
PyType_GenericAlloc
@@ -648,6 +654,7 @@ PyMac_StopGUSISpin
RotateCursor
SpinCursor
PyMac_GetFullPath
+__convert_to_newlines
PyMac_AppRefNum
PyMac_options
console_output_state
@@ -846,6 +853,7 @@ PyExc_Warning
PyExc_UserWarning
PyExc_DeprecationWarning
PyExc_SyntaxWarning
+PyExc_OverflowWarning
PyExc_RuntimeWarning
_PyExc_Fini
_PyExc_Init
@@ -869,6 +877,7 @@ PyOS_vsnprintf
PyOS_snprintf
proxytype
wrappertype
+PyGetSet_Type
PyWrapper_New
PyDictProxy_New
proxy_str
@@ -877,9 +886,16 @@ PyDescr_NewWrapper
PyDescr_NewGetSet
PyDescr_NewMember
PyDescr_NewMethod
+_PyGC_generation0
+_PyObject_GC_Del
+_PyObject_GC_Resize
+_PyObject_GC_NewVar
+_PyObject_GC_New
+_PyObject_GC_Malloc
+_PyObject_GC_UnTrack
+_PyObject_GC_Track
+_PyGC_Dump
initgc
-_PyGC_Remove
-_PyGC_Insert
PyMac_OSErrException
PyMacGluePtr_PyMac_GetFSSpec
PyMacGluePtr_AEDesc_New
@@ -2074,7 +2090,6 @@ setvbuf
__flush_buffer
__load_buffer
__prep_buffer
-__convert_to_newlines
__convert_from_newlines
ccommand
puts
diff --git a/Mac/Build/PythonCoreCarbon.exp b/Mac/Build/PythonCoreCarbon.exp
index 64bcbcd..7bc9a0d 100644
--- a/Mac/Build/PythonCoreCarbon.exp
+++ b/Mac/Build/PythonCoreCarbon.exp
@@ -348,6 +348,7 @@ PyDict_Values
PyDict_Keys
PyDict_Size
PyDict_Copy
+PyDict_Merge
PyDict_Update
PyDict_Next
PyDict_Clear
@@ -432,6 +433,7 @@ PyCFunction_Type
PyCFunction_Fini
Py_FindMethod
Py_FindMethodInChain
+PyCFunction_Call
PyCFunction_GetFlags
PyCFunction_GetSelf
PyCFunction_GetFunction
@@ -460,6 +462,7 @@ PyObject_Malloc
PyMem_Free
PyMem_Realloc
PyMem_Malloc
+_Py_ReadyTypes
PyCallable_Check
PyNumber_Coerce
PyNumber_CoerceEx
@@ -483,7 +486,6 @@ PyObject_Compare
PyObject_Unicode
PyObject_Str
PyObject_Repr
-_PyGC_Dump
_PyObject_Dump
PyObject_Print
_PyObject_Del
@@ -518,6 +520,8 @@ PyString_Encode
PyString_AsDecodedString
PyString_AsDecodedObject
PyString_Decode
+PyString_FromFormat
+PyString_FromFormatV
PyString_FromString
PyString_FromStringAndSize
PyTuple_Type
@@ -531,8 +535,10 @@ PyTuple_New
type_getsets
PyType_Type
PyBaseObject_Type
+PySuper_Type
PyType_Ready
_PyType_Lookup
+call_method
PyType_IsSubtype
PyType_GenericNew
PyType_GenericAlloc
@@ -642,6 +648,7 @@ PyMac_StopGUSISpin
RotateCursor
SpinCursor
PyMac_GetFullPath
+__convert_to_newlines
PyMac_AppRefNum
PyMac_options
console_output_state
@@ -840,6 +847,7 @@ PyExc_Warning
PyExc_UserWarning
PyExc_DeprecationWarning
PyExc_SyntaxWarning
+PyExc_OverflowWarning
PyExc_RuntimeWarning
_PyExc_Fini
_PyExc_Init
@@ -863,6 +871,7 @@ PyOS_vsnprintf
PyOS_snprintf
proxytype
wrappertype
+PyGetSet_Type
PyWrapper_New
PyDictProxy_New
proxy_str
@@ -871,9 +880,16 @@ PyDescr_NewWrapper
PyDescr_NewGetSet
PyDescr_NewMember
PyDescr_NewMethod
+_PyGC_generation0
+_PyObject_GC_Del
+_PyObject_GC_Resize
+_PyObject_GC_NewVar
+_PyObject_GC_New
+_PyObject_GC_Malloc
+_PyObject_GC_UnTrack
+_PyObject_GC_Track
+_PyGC_Dump
initgc
-_PyGC_Remove
-_PyGC_Insert
PyMac_OSErrException
PyMacGluePtr_PyMac_GetFSSpec
PyMacGluePtr_AEDesc_New
@@ -1952,7 +1968,6 @@ setvbuf
__flush_buffer
__load_buffer
__prep_buffer
-__convert_to_newlines
__convert_from_newlines
ccommand
puts