Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d17f4bd

Browse files
committed
Regenerated
1 parent 8a7b4fa commit d17f4bd

2 files changed

Lines changed: 4 additions & 18 deletions

File tree

Mac/Build/PythonCore.exp

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ PyErr_SetNone
9191
PyErr_SetObject
9292
PyErr_Restore
9393
PyImport_FrozenModules
94+
PyArg_UnpackTuple
9495
PyArg_ParseTupleAndKeywords
9596
PyArg_VaParse
9697
PyArg_ParseTuple
@@ -450,7 +451,6 @@ PyCFunction_GetFlags
450451
PyCFunction_GetSelf
451452
PyCFunction_GetFunction
452453
PyCFunction_New
453-
module_members
454454
PyModule_Type
455455
_PyModule_Clear
456456
PyModule_GetFilename
@@ -545,16 +545,12 @@ PyTuple_SetItem
545545
PyTuple_GetItem
546546
PyTuple_Size
547547
PyTuple_New
548-
type_getsets
549-
subtype_getsets
550548
PyType_Type
551549
PyBaseObject_Type
552550
PySuper_Type
553551
_PyObject_SlotCompare
554552
PyType_Ready
555553
_PyType_Lookup
556-
call_maybe
557-
call_method
558554
PyType_IsSubtype
559555
PyType_GenericNew
560556
PyType_GenericAlloc
@@ -599,7 +595,6 @@ _Py_MD5Final
599595
_Py_MD5Update
600596
_Py_MD5Init
601597
initmd5
602-
new_doc
603598
initnew
604599
initoperator
605600
initparser
@@ -895,12 +890,9 @@ PySeqIter_New
895890
PyOS_vsnprintf
896891
PyOS_snprintf
897892
PyWrapperDescr_Type
898-
proxytype
899-
wrappertype
900893
PyProperty_Type
901894
PyWrapper_New
902895
PyDictProxy_New
903-
proxy_str
904896
PyDescr_IsData
905897
PyDescr_NewWrapper
906898
PyDescr_NewGetSet
@@ -1046,6 +1038,8 @@ PyWeakref_GetObject
10461038
PyWeakref_NewProxy
10471039
PyWeakref_NewRef
10481040
_PyWeakref_GetWeakrefCount
1041+
PyStructSequence_InitType
1042+
PyStructSequence_New
10491043
GUSISetupConsoleStdio
10501044
GUSIStdioFlush
10511045
GUSIStdioClose

Mac/Build/PythonCoreCarbon.exp

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ PyErr_SetNone
9191
PyErr_SetObject
9292
PyErr_Restore
9393
PyImport_FrozenModules
94+
PyArg_UnpackTuple
9495
PyArg_ParseTupleAndKeywords
9596
PyArg_VaParse
9697
PyArg_ParseTuple
@@ -450,7 +451,6 @@ PyCFunction_GetFlags
450451
PyCFunction_GetSelf
451452
PyCFunction_GetFunction
452453
PyCFunction_New
453-
module_members
454454
PyModule_Type
455455
_PyModule_Clear
456456
PyModule_GetFilename
@@ -545,16 +545,12 @@ PyTuple_SetItem
545545
PyTuple_GetItem
546546
PyTuple_Size
547547
PyTuple_New
548-
type_getsets
549-
subtype_getsets
550548
PyType_Type
551549
PyBaseObject_Type
552550
PySuper_Type
553551
_PyObject_SlotCompare
554552
PyType_Ready
555553
_PyType_Lookup
556-
call_maybe
557-
call_method
558554
PyType_IsSubtype
559555
PyType_GenericNew
560556
PyType_GenericAlloc
@@ -599,7 +595,6 @@ _Py_MD5Final
599595
_Py_MD5Update
600596
_Py_MD5Init
601597
initmd5
602-
new_doc
603598
initnew
604599
initoperator
605600
initparser
@@ -889,12 +884,9 @@ PySeqIter_New
889884
PyOS_vsnprintf
890885
PyOS_snprintf
891886
PyWrapperDescr_Type
892-
proxytype
893-
wrappertype
894887
PyProperty_Type
895888
PyWrapper_New
896889
PyDictProxy_New
897-
proxy_str
898890
PyDescr_IsData
899891
PyDescr_NewWrapper
900892
PyDescr_NewGetSet

0 commit comments

Comments
 (0)