From 38c4dd4d53b9db5d65c1f6e64406acc2be637858 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 1 Sep 2001 23:42:11 +0000 Subject: Regenerated, mainly for new GC routines. --- Mac/Build/PythonCore.exp | 23 +++++++++++++++++++---- Mac/Build/PythonCoreCarbon.exp | 23 +++++++++++++++++++---- 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 -- cgit v0.12