mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Bit the bullet and enabled garbage collection (finally).
Also updated pyconfig.h to the current state of pyconfig.h.in.
This commit is contained in:
parent
230e5789e5
commit
59c14e2254
5 changed files with 64 additions and 12 deletions
|
@ -479,10 +479,9 @@ PyObject_Compare
|
|||
PyObject_Unicode
|
||||
PyObject_Str
|
||||
PyObject_Repr
|
||||
_PyGC_Dump
|
||||
_PyObject_Dump
|
||||
PyObject_Print
|
||||
_PyGC_Remove
|
||||
_PyGC_Insert
|
||||
_PyObject_Del
|
||||
_PyObject_NewVar
|
||||
_PyObject_New
|
||||
|
@ -620,6 +619,7 @@ Py_GetPlatform
|
|||
PyMac_ConsoleIsDead
|
||||
PyMac_AppearanceCompliant
|
||||
PyMac_OSErrException
|
||||
PyMacGluePtr_PyMac_GetFSSpec
|
||||
PyMacGluePtr_AEDesc_New
|
||||
PyMacGluePtr_AEDesc_Convert
|
||||
PyMacGluePtr_CmpObj_New
|
||||
|
@ -712,6 +712,7 @@ CmpObj_Convert
|
|||
CmpObj_New
|
||||
AEDesc_Convert
|
||||
AEDesc_New
|
||||
PyMac_GetFSSpec
|
||||
PyMac_Buildwide
|
||||
PyMac_Getwide
|
||||
PyMac_BuildFixed
|
||||
|
@ -788,9 +789,8 @@ initmacfs
|
|||
PyMac_BuildFSSpec
|
||||
PyMac_BuildFSRef
|
||||
PyMac_GetFSRef
|
||||
newmfsrobject
|
||||
newmfssobject
|
||||
PyMac_GetFSSpec
|
||||
_PyMac_GetFSSpec
|
||||
initmac
|
||||
initMacOS
|
||||
Pcre_Type
|
||||
|
@ -1047,6 +1047,9 @@ PyDescr_NewWrapper
|
|||
PyDescr_NewGetSet
|
||||
PyDescr_NewMember
|
||||
PyDescr_NewMethod
|
||||
initgc
|
||||
_PyGC_Remove
|
||||
_PyGC_Insert
|
||||
GUSISetupConsoleStdio
|
||||
GUSIStdioFlush
|
||||
GUSIStdioClose
|
||||
|
|
Binary file not shown.
|
@ -479,10 +479,9 @@ PyObject_Compare
|
|||
PyObject_Unicode
|
||||
PyObject_Str
|
||||
PyObject_Repr
|
||||
_PyGC_Dump
|
||||
_PyObject_Dump
|
||||
PyObject_Print
|
||||
_PyGC_Remove
|
||||
_PyGC_Insert
|
||||
_PyObject_Del
|
||||
_PyObject_NewVar
|
||||
_PyObject_New
|
||||
|
@ -620,6 +619,7 @@ Py_GetPlatform
|
|||
PyMac_ConsoleIsDead
|
||||
PyMac_AppearanceCompliant
|
||||
PyMac_OSErrException
|
||||
PyMacGluePtr_PyMac_GetFSSpec
|
||||
PyMacGluePtr_AEDesc_New
|
||||
PyMacGluePtr_AEDesc_Convert
|
||||
PyMacGluePtr_CmpObj_New
|
||||
|
@ -712,6 +712,7 @@ CmpObj_Convert
|
|||
CmpObj_New
|
||||
AEDesc_Convert
|
||||
AEDesc_New
|
||||
PyMac_GetFSSpec
|
||||
PyMac_Buildwide
|
||||
PyMac_Getwide
|
||||
PyMac_BuildFixed
|
||||
|
@ -783,7 +784,7 @@ PyMac_BuildFSRef
|
|||
PyMac_GetFSRef
|
||||
newmfsrobject
|
||||
newmfssobject
|
||||
PyMac_GetFSSpec
|
||||
_PyMac_GetFSSpec
|
||||
initmac
|
||||
initMacOS
|
||||
Pcre_Type
|
||||
|
@ -1040,6 +1041,9 @@ PyDescr_NewWrapper
|
|||
PyDescr_NewGetSet
|
||||
PyDescr_NewMember
|
||||
PyDescr_NewMethod
|
||||
initgc
|
||||
_PyGC_Remove
|
||||
_PyGC_Insert
|
||||
GUSISetupConsoleStdio
|
||||
GUSIStdioFlush
|
||||
GUSIStdioClose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue