]> granicus.if.org Git - python/commitdiff
Regenerated, mainly for new GC routines.
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 1 Sep 2001 23:42:11 +0000 (23:42 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 1 Sep 2001 23:42:11 +0000 (23:42 +0000)
Mac/Build/PythonCore.exp
Mac/Build/PythonCoreCarbon.exp

index 628d05cd40bc42f5f5ed154c241bf815830fccf4..b904845617b4c92c916fb7458bec4314c9e3c00a 100644 (file)
@@ -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
index 64bcbcd75f4d4f58a8aa69a588c68bba4e741ecd..7bc9a0d5e95892649b2bb6f36121a8bb2d800a21 100644 (file)
@@ -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