diff --git a/Mac/Build/PythonCore.exp b/Mac/Build/PythonCore.exp index 87f58fdae73..3fc34132280 100644 --- a/Mac/Build/PythonCore.exp +++ b/Mac/Build/PythonCore.exp @@ -404,7 +404,6 @@ _Py_HashPointer _Py_HashDouble PyObject_RichCompareBool PyObject_RichCompare -do_richcmp PyObject_Compare PyObject_Unicode PyObject_Str @@ -681,8 +680,6 @@ initunicodedata _PyUnicode_Database_Records _PyUnicode_CategoryNames _PyUnicode_BidirectionalNames -_PyUnicode_Database_GetDecomposition -_PyUnicode_Database_GetRecord _PyCodecRegistry_Fini _PyCodecRegistry_Init PyCodec_Decode diff --git a/Mac/Build/PythonCore.mcp b/Mac/Build/PythonCore.mcp index 49d66e29e49..5d2b50cf248 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 53b93ee0bbc..f6bfd44fb91 100644 --- a/Mac/Build/PythonCoreCarbon.exp +++ b/Mac/Build/PythonCoreCarbon.exp @@ -376,10 +376,8 @@ _Py_NoneStruct _Py_NotImplementedStruct _Py_cobject_hack _Py_abstract_hack -_PyCompareState_Key _PyTrash_delete_later _PyTrash_delete_nesting -_PyCompareState_nesting _PyTrash_destroy_chain _PyTrash_deposit_object Py_ReprLeave @@ -671,8 +669,6 @@ initunicodedata _PyUnicode_Database_Records _PyUnicode_CategoryNames _PyUnicode_BidirectionalNames -_PyUnicode_Database_GetDecomposition -_PyUnicode_Database_GetRecord _PyCodecRegistry_Fini _PyCodecRegistry_Init PyCodec_Decode diff --git a/Mac/Build/PythonInterpreter.mcp b/Mac/Build/PythonInterpreter.mcp index 3f6aa9abc64..6bb948d7fa4 100644 Binary files a/Mac/Build/PythonInterpreter.mcp and b/Mac/Build/PythonInterpreter.mcp differ diff --git a/Mac/Build/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp index d200738a050..d3108eb2022 100644 Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ diff --git a/Mac/Build/PythonStandalone.mcp b/Mac/Build/PythonStandalone.mcp index a6e978cceff..f9592c1de9a 100644 Binary files a/Mac/Build/PythonStandalone.mcp and b/Mac/Build/PythonStandalone.mcp differ