mirror of https://github.com/python/cpython.git
Adapted for pymactoolbox.c and changed externals elsewhere.
This commit is contained in:
parent
d844a5f428
commit
4795fccd66
|
@ -527,7 +527,6 @@ PyTuple_New
|
||||||
type_getsets
|
type_getsets
|
||||||
PyType_Type
|
PyType_Type
|
||||||
PyBaseObject_Type
|
PyBaseObject_Type
|
||||||
PyType_InitDict
|
|
||||||
_PyType_Lookup
|
_PyType_Lookup
|
||||||
PyType_IsSubtype
|
PyType_IsSubtype
|
||||||
PyType_GenericNew
|
PyType_GenericNew
|
||||||
|
|
Binary file not shown.
|
@ -527,7 +527,6 @@ PyTuple_New
|
||||||
type_getsets
|
type_getsets
|
||||||
PyType_Type
|
PyType_Type
|
||||||
PyBaseObject_Type
|
PyBaseObject_Type
|
||||||
PyType_InitDict
|
|
||||||
_PyType_Lookup
|
_PyType_Lookup
|
||||||
PyType_IsSubtype
|
PyType_IsSubtype
|
||||||
PyType_GenericNew
|
PyType_GenericNew
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue