From: Jack Jansen Date: Wed, 8 Aug 2001 15:29:22 +0000 (+0000) Subject: Adapted for pymactoolbox.c and changed externals elsewhere. X-Git-Tag: v2.2a3~741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4795fccd66596bd7a84a6d16b4aa84e8e99df859;p=python Adapted for pymactoolbox.c and changed externals elsewhere. --- diff --git a/Mac/Build/PythonCore.exp b/Mac/Build/PythonCore.exp index 662009a445..26ebcae959 100644 --- a/Mac/Build/PythonCore.exp +++ b/Mac/Build/PythonCore.exp @@ -527,7 +527,6 @@ PyTuple_New type_getsets PyType_Type PyBaseObject_Type -PyType_InitDict _PyType_Lookup PyType_IsSubtype PyType_GenericNew diff --git a/Mac/Build/PythonCore.mcp b/Mac/Build/PythonCore.mcp index addc8ba4bb..cda8cff8e7 100644 Binary files a/Mac/Build/PythonCore.mcp and b/Mac/Build/PythonCore.mcp differ diff --git a/Mac/Build/PythonCoreCarbon.exp b/Mac/Build/PythonCoreCarbon.exp index 019070c68a..308398403a 100644 --- a/Mac/Build/PythonCoreCarbon.exp +++ b/Mac/Build/PythonCoreCarbon.exp @@ -527,7 +527,6 @@ PyTuple_New type_getsets PyType_Type PyBaseObject_Type -PyType_InitDict _PyType_Lookup PyType_IsSubtype PyType_GenericNew diff --git a/Mac/Build/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp index 4d7b1a643c..708b8e1879 100644 Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ