[Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.exp,1.9,1.10

Jack Jansen jackjansen@users.sourceforge.net
Tue, 07 Aug 2001 05:33:24 -0700


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

Modified Files:
	PythonCore.exp 
Log Message:
Bit the bullet and enabled garbage collection (finally).
Also updated pyconfig.h to the current state of pyconfig.h.in.

Index: PythonCore.exp
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Build/PythonCore.exp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** PythonCore.exp	2001/08/03 13:05:11	1.9
--- PythonCore.exp	2001/08/07 12:33:22	1.10
***************
*** 480,487 ****
  PyObject_Str
  PyObject_Repr
  _PyObject_Dump
  PyObject_Print
- _PyGC_Remove
- _PyGC_Insert
  _PyObject_Del
  _PyObject_NewVar
--- 480,486 ----
  PyObject_Str
  PyObject_Repr
+ _PyGC_Dump
  _PyObject_Dump
  PyObject_Print
  _PyObject_Del
  _PyObject_NewVar
***************
*** 621,624 ****
--- 620,624 ----
  PyMac_AppearanceCompliant
  PyMac_OSErrException
+ PyMacGluePtr_PyMac_GetFSSpec
  PyMacGluePtr_AEDesc_New
  PyMacGluePtr_AEDesc_Convert
***************
*** 713,716 ****
--- 713,717 ----
  AEDesc_Convert
  AEDesc_New
+ PyMac_GetFSSpec
  PyMac_Buildwide
  PyMac_Getwide
***************
*** 789,795 ****
  PyMac_BuildFSRef
  PyMac_GetFSRef
- newmfsrobject
  newmfssobject
! PyMac_GetFSSpec
  initmac
  initMacOS
--- 790,795 ----
  PyMac_BuildFSRef
  PyMac_GetFSRef
  newmfssobject
! _PyMac_GetFSSpec
  initmac
  initMacOS
***************
*** 1048,1051 ****
--- 1048,1054 ----
  PyDescr_NewMember
  PyDescr_NewMethod
+ initgc
+ _PyGC_Remove
+ _PyGC_Insert
  GUSISetupConsoleStdio
  GUSIStdioFlush