File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ PyDict_Values
348348PyDict_Keys
349349PyDict_Size
350350PyDict_Copy
351+ PyDict_Merge
351352PyDict_Update
352353PyDict_Next
353354PyDict_Clear
@@ -432,6 +433,7 @@ PyCFunction_Type
432433PyCFunction_Fini
433434Py_FindMethod
434435Py_FindMethodInChain
436+ PyCFunction_Call
435437PyCFunction_GetFlags
436438PyCFunction_GetSelf
437439PyCFunction_GetFunction
@@ -460,6 +462,7 @@ PyObject_Malloc
460462PyMem_Free
461463PyMem_Realloc
462464PyMem_Malloc
465+ _Py_ReadyTypes
463466PyCallable_Check
464467PyNumber_Coerce
465468PyNumber_CoerceEx
@@ -483,7 +486,6 @@ PyObject_Compare
483486PyObject_Unicode
484487PyObject_Str
485488PyObject_Repr
486- _PyGC_Dump
487489_PyObject_Dump
488490PyObject_Print
489491_PyObject_Del
@@ -518,6 +520,8 @@ PyString_Encode
518520PyString_AsDecodedString
519521PyString_AsDecodedObject
520522PyString_Decode
523+ PyString_FromFormat
524+ PyString_FromFormatV
521525PyString_FromString
522526PyString_FromStringAndSize
523527PyTuple_Type
@@ -531,8 +535,10 @@ PyTuple_New
531535type_getsets
532536PyType_Type
533537PyBaseObject_Type
538+ PySuper_Type
534539PyType_Ready
535540_PyType_Lookup
541+ call_method
536542PyType_IsSubtype
537543PyType_GenericNew
538544PyType_GenericAlloc
@@ -648,6 +654,7 @@ PyMac_StopGUSISpin
648654RotateCursor
649655SpinCursor
650656PyMac_GetFullPath
657+ __convert_to_newlines
651658PyMac_AppRefNum
652659PyMac_options
653660console_output_state
@@ -846,6 +853,7 @@ PyExc_Warning
846853PyExc_UserWarning
847854PyExc_DeprecationWarning
848855PyExc_SyntaxWarning
856+ PyExc_OverflowWarning
849857PyExc_RuntimeWarning
850858_PyExc_Fini
851859_PyExc_Init
@@ -869,6 +877,7 @@ PyOS_vsnprintf
869877PyOS_snprintf
870878proxytype
871879wrappertype
880+ PyGetSet_Type
872881PyWrapper_New
873882PyDictProxy_New
874883proxy_str
@@ -877,9 +886,16 @@ PyDescr_NewWrapper
877886PyDescr_NewGetSet
878887PyDescr_NewMember
879888PyDescr_NewMethod
889+ _PyGC_generation0
890+ _PyObject_GC_Del
891+ _PyObject_GC_Resize
892+ _PyObject_GC_NewVar
893+ _PyObject_GC_New
894+ _PyObject_GC_Malloc
895+ _PyObject_GC_UnTrack
896+ _PyObject_GC_Track
897+ _PyGC_Dump
880898initgc
881- _PyGC_Remove
882- _PyGC_Insert
883899PyMac_OSErrException
884900PyMacGluePtr_PyMac_GetFSSpec
885901PyMacGluePtr_AEDesc_New
@@ -2074,7 +2090,6 @@ setvbuf
20742090__flush_buffer
20752091__load_buffer
20762092__prep_buffer
2077- __convert_to_newlines
20782093__convert_from_newlines
20792094ccommand
20802095puts
Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ PyDict_Values
348348PyDict_Keys
349349PyDict_Size
350350PyDict_Copy
351+ PyDict_Merge
351352PyDict_Update
352353PyDict_Next
353354PyDict_Clear
@@ -432,6 +433,7 @@ PyCFunction_Type
432433PyCFunction_Fini
433434Py_FindMethod
434435Py_FindMethodInChain
436+ PyCFunction_Call
435437PyCFunction_GetFlags
436438PyCFunction_GetSelf
437439PyCFunction_GetFunction
@@ -460,6 +462,7 @@ PyObject_Malloc
460462PyMem_Free
461463PyMem_Realloc
462464PyMem_Malloc
465+ _Py_ReadyTypes
463466PyCallable_Check
464467PyNumber_Coerce
465468PyNumber_CoerceEx
@@ -483,7 +486,6 @@ PyObject_Compare
483486PyObject_Unicode
484487PyObject_Str
485488PyObject_Repr
486- _PyGC_Dump
487489_PyObject_Dump
488490PyObject_Print
489491_PyObject_Del
@@ -518,6 +520,8 @@ PyString_Encode
518520PyString_AsDecodedString
519521PyString_AsDecodedObject
520522PyString_Decode
523+ PyString_FromFormat
524+ PyString_FromFormatV
521525PyString_FromString
522526PyString_FromStringAndSize
523527PyTuple_Type
@@ -531,8 +535,10 @@ PyTuple_New
531535type_getsets
532536PyType_Type
533537PyBaseObject_Type
538+ PySuper_Type
534539PyType_Ready
535540_PyType_Lookup
541+ call_method
536542PyType_IsSubtype
537543PyType_GenericNew
538544PyType_GenericAlloc
@@ -642,6 +648,7 @@ PyMac_StopGUSISpin
642648RotateCursor
643649SpinCursor
644650PyMac_GetFullPath
651+ __convert_to_newlines
645652PyMac_AppRefNum
646653PyMac_options
647654console_output_state
@@ -840,6 +847,7 @@ PyExc_Warning
840847PyExc_UserWarning
841848PyExc_DeprecationWarning
842849PyExc_SyntaxWarning
850+ PyExc_OverflowWarning
843851PyExc_RuntimeWarning
844852_PyExc_Fini
845853_PyExc_Init
@@ -863,6 +871,7 @@ PyOS_vsnprintf
863871PyOS_snprintf
864872proxytype
865873wrappertype
874+ PyGetSet_Type
866875PyWrapper_New
867876PyDictProxy_New
868877proxy_str
@@ -871,9 +880,16 @@ PyDescr_NewWrapper
871880PyDescr_NewGetSet
872881PyDescr_NewMember
873882PyDescr_NewMethod
883+ _PyGC_generation0
884+ _PyObject_GC_Del
885+ _PyObject_GC_Resize
886+ _PyObject_GC_NewVar
887+ _PyObject_GC_New
888+ _PyObject_GC_Malloc
889+ _PyObject_GC_UnTrack
890+ _PyObject_GC_Track
891+ _PyGC_Dump
874892initgc
875- _PyGC_Remove
876- _PyGC_Insert
877893PyMac_OSErrException
878894PyMacGluePtr_PyMac_GetFSSpec
879895PyMacGluePtr_AEDesc_New
@@ -1952,7 +1968,6 @@ setvbuf
19521968__flush_buffer
19531969__load_buffer
19541970__prep_buffer
1955- __convert_to_newlines
19561971__convert_from_newlines
19571972ccommand
19581973puts
You can’t perform that action at this time.
0 commit comments