[Python-checkins] CVS: python/dist/src/Mac/Build PythonCoreCarbon.exp,1.13,1.14

Jack Jansen jackjansen@users.sourceforge.net
Sat, 01 Sep 2001 16:41:47 -0700


Update of /cvsroot/python/python/dist/src/Mac/Build
In directory usw-pr-cvs1:/tmp/cvs-serv3833/Python/Mac/Build

Modified Files:
	PythonCoreCarbon.exp 
Log Message:
Regenerated, mainly for new GC routines.

Index: PythonCoreCarbon.exp
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Build/PythonCoreCarbon.exp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** PythonCoreCarbon.exp	2001/08/10 12:17:04	1.13
--- PythonCoreCarbon.exp	2001/09/01 23:41:44	1.14
***************
*** 349,352 ****
--- 349,353 ----
  PyDict_Size
  PyDict_Copy
+ PyDict_Merge
  PyDict_Update
  PyDict_Next
***************
*** 433,436 ****
--- 434,438 ----
  Py_FindMethod
  Py_FindMethodInChain
+ PyCFunction_Call
  PyCFunction_GetFlags
  PyCFunction_GetSelf
***************
*** 461,464 ****
--- 463,467 ----
  PyMem_Realloc
  PyMem_Malloc
+ _Py_ReadyTypes
  PyCallable_Check
  PyNumber_Coerce
***************
*** 484,488 ****
  PyObject_Str
  PyObject_Repr
- _PyGC_Dump
  _PyObject_Dump
  PyObject_Print
--- 487,490 ----
***************
*** 519,522 ****
--- 521,526 ----
  PyString_AsDecodedObject
  PyString_Decode
+ PyString_FromFormat
+ PyString_FromFormatV
  PyString_FromString
  PyString_FromStringAndSize
***************
*** 532,537 ****
--- 536,543 ----
  PyType_Type
  PyBaseObject_Type
+ PySuper_Type
  PyType_Ready
  _PyType_Lookup
+ call_method
  PyType_IsSubtype
  PyType_GenericNew
***************
*** 643,646 ****
--- 649,653 ----
  SpinCursor
  PyMac_GetFullPath
+ __convert_to_newlines
  PyMac_AppRefNum
  PyMac_options
***************
*** 841,844 ****
--- 848,852 ----
  PyExc_DeprecationWarning
  PyExc_SyntaxWarning
+ PyExc_OverflowWarning
  PyExc_RuntimeWarning
  _PyExc_Fini
***************
*** 864,867 ****
--- 872,876 ----
  proxytype
  wrappertype
+ PyGetSet_Type
  PyWrapper_New
  PyDictProxy_New
***************
*** 872,878 ****
  PyDescr_NewMember
  PyDescr_NewMethod
  initgc
- _PyGC_Remove
- _PyGC_Insert
  PyMac_OSErrException
  PyMacGluePtr_PyMac_GetFSSpec
--- 881,894 ----
  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
  PyMac_OSErrException
  PyMacGluePtr_PyMac_GetFSSpec
***************
*** 1953,1957 ****
  __load_buffer
  __prep_buffer
- __convert_to_newlines
  __convert_from_newlines
  ccommand
--- 1969,1972 ----