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

Skip to content

Commit 144d387

Browse files
committed
Added weakrefobject.c and regenerated .exp files.
1 parent 281084f commit 144d387

4 files changed

Lines changed: 38 additions & 6 deletions

File tree

Mac/Build/PythonCore.exp

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ PyThreadState_New
208208
PyInterpreterState_Delete
209209
PyInterpreterState_Clear
210210
PyInterpreterState_New
211+
PyMember_SetOne
211212
PyMember_Set
213+
PyMember_GetOne
212214
PyMember_Get
213215
PySys_WriteStderr
214216
PySys_WriteStdout
@@ -249,8 +251,8 @@ PyMapping_Check
249251
PySequence_Index
250252
PySequence_In
251253
PySequence_Contains
252-
_PySequence_IterContains
253254
PySequence_Count
255+
_PySequence_IterSearch
254256
PySequence_Fast
255257
PySequence_List
256258
PySequence_Tuple
@@ -433,6 +435,7 @@ PyLong_AsLong
433435
PyLong_FromDouble
434436
PyLong_FromUnsignedLong
435437
PyLong_FromLong
438+
_PyLong_Copy
436439
_PyLong_New
437440
PyCFunction_Type
438441
PyCFunction_Fini
@@ -454,7 +457,6 @@ _Py_NoneStruct
454457
_Py_NotImplementedStruct
455458
_Py_cobject_hack
456459
_Py_abstract_hack
457-
PyObject_ClearWeakRefs
458460
Py_DivisionWarningFlag
459461
_PyTrash_delete_later
460462
_PyTrash_delete_nesting
@@ -544,8 +546,10 @@ subtype_getsets
544546
PyType_Type
545547
PyBaseObject_Type
546548
PySuper_Type
549+
_PyObject_SlotCompare
547550
PyType_Ready
548551
_PyType_Lookup
552+
call_maybe
549553
call_method
550554
PyType_IsSubtype
551555
PyType_GenericNew
@@ -661,7 +665,7 @@ PLstrcpy
661665
PyMac_StopGUSISpin
662666
RotateCursor
663667
SpinCursor
664-
PyMac_GetFullPath
668+
PyMac_GetFullPathname
665669
PyMac_AppRefNum
666670
PyMac_options
667671
console_output_state
@@ -796,6 +800,8 @@ PyUnicodeUCS2_DecodeUTF16
796800
PyUnicodeUCS2_AsUTF8String
797801
PyUnicodeUCS2_EncodeUTF8
798802
PyUnicodeUCS2_DecodeUTF8
803+
PyUnicode_EncodeUTF7
804+
PyUnicode_DecodeUTF7
799805
PyUnicodeUCS2_SetDefaultEncoding
800806
PyUnicodeUCS2_GetDefaultEncoding
801807
PyUnicodeUCS2_GetSize
@@ -849,6 +855,7 @@ PyExc_NotImplementedError
849855
PyExc_SyntaxError
850856
PyExc_IndentationError
851857
PyExc_TabError
858+
PyExc_ReferenceError
852859
PyExc_SystemError
853860
PyExc_SystemExit
854861
PyExc_UnboundLocalError
@@ -883,6 +890,7 @@ PyCallIter_New
883890
PySeqIter_New
884891
PyOS_vsnprintf
885892
PyOS_snprintf
893+
PyWrapperDescr_Type
886894
proxytype
887895
wrappertype
888896
PyProperty_Type
@@ -1026,6 +1034,14 @@ PyErr_Mac
10261034
PyMac_GetOSErrException
10271035
PyMac_StrError
10281036
PyMac_getscript
1037+
_PyWeakref_RefType
1038+
_PyWeakref_ProxyType
1039+
_PyWeakref_CallableProxyType
1040+
PyObject_ClearWeakRefs
1041+
PyWeakref_GetObject
1042+
PyWeakref_NewProxy
1043+
PyWeakref_NewRef
1044+
_PyWeakref_GetWeakrefCount
10291045
GUSISetupConsoleStdio
10301046
GUSIStdioFlush
10311047
GUSIStdioClose

Mac/Build/PythonCore.mcp

6.07 KB
Binary file not shown.

Mac/Build/PythonCoreCarbon.exp

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ PyThreadState_New
208208
PyInterpreterState_Delete
209209
PyInterpreterState_Clear
210210
PyInterpreterState_New
211+
PyMember_SetOne
211212
PyMember_Set
213+
PyMember_GetOne
212214
PyMember_Get
213215
PySys_WriteStderr
214216
PySys_WriteStdout
@@ -249,8 +251,8 @@ PyMapping_Check
249251
PySequence_Index
250252
PySequence_In
251253
PySequence_Contains
252-
_PySequence_IterContains
253254
PySequence_Count
255+
_PySequence_IterSearch
254256
PySequence_Fast
255257
PySequence_List
256258
PySequence_Tuple
@@ -433,6 +435,7 @@ PyLong_AsLong
433435
PyLong_FromDouble
434436
PyLong_FromUnsignedLong
435437
PyLong_FromLong
438+
_PyLong_Copy
436439
_PyLong_New
437440
PyCFunction_Type
438441
PyCFunction_Fini
@@ -454,7 +457,6 @@ _Py_NoneStruct
454457
_Py_NotImplementedStruct
455458
_Py_cobject_hack
456459
_Py_abstract_hack
457-
PyObject_ClearWeakRefs
458460
Py_DivisionWarningFlag
459461
_PyTrash_delete_later
460462
_PyTrash_delete_nesting
@@ -544,8 +546,10 @@ subtype_getsets
544546
PyType_Type
545547
PyBaseObject_Type
546548
PySuper_Type
549+
_PyObject_SlotCompare
547550
PyType_Ready
548551
_PyType_Lookup
552+
call_maybe
549553
call_method
550554
PyType_IsSubtype
551555
PyType_GenericNew
@@ -655,7 +659,7 @@ Pstring
655659
PyMac_StopGUSISpin
656660
RotateCursor
657661
SpinCursor
658-
PyMac_GetFullPath
662+
PyMac_GetFullPathname
659663
PyMac_AppRefNum
660664
PyMac_options
661665
console_output_state
@@ -790,6 +794,8 @@ PyUnicodeUCS2_DecodeUTF16
790794
PyUnicodeUCS2_AsUTF8String
791795
PyUnicodeUCS2_EncodeUTF8
792796
PyUnicodeUCS2_DecodeUTF8
797+
PyUnicode_EncodeUTF7
798+
PyUnicode_DecodeUTF7
793799
PyUnicodeUCS2_SetDefaultEncoding
794800
PyUnicodeUCS2_GetDefaultEncoding
795801
PyUnicodeUCS2_GetSize
@@ -843,6 +849,7 @@ PyExc_NotImplementedError
843849
PyExc_SyntaxError
844850
PyExc_IndentationError
845851
PyExc_TabError
852+
PyExc_ReferenceError
846853
PyExc_SystemError
847854
PyExc_SystemExit
848855
PyExc_UnboundLocalError
@@ -877,6 +884,7 @@ PyCallIter_New
877884
PySeqIter_New
878885
PyOS_vsnprintf
879886
PyOS_snprintf
887+
PyWrapperDescr_Type
880888
proxytype
881889
wrappertype
882890
PyProperty_Type
@@ -1020,6 +1028,14 @@ PyErr_Mac
10201028
PyMac_GetOSErrException
10211029
PyMac_StrError
10221030
PyMac_getscript
1031+
_PyWeakref_RefType
1032+
_PyWeakref_ProxyType
1033+
_PyWeakref_CallableProxyType
1034+
PyObject_ClearWeakRefs
1035+
PyWeakref_GetObject
1036+
PyWeakref_NewProxy
1037+
PyWeakref_NewRef
1038+
_PyWeakref_GetWeakrefCount
10231039
GUSISetupConsoleStdio
10241040
GUSIStdioFlush
10251041
GUSIStdioClose

Mac/Build/PythonStandSmall.mcp

12.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)