mirror of https://github.com/python/cpython
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
This commit is contained in:
parent
ad88d7a26b
commit
71d4e44fd7
|
@ -519,6 +519,7 @@ EXPORTS
|
||||||
PyType_GenericAlloc=python34.PyType_GenericAlloc
|
PyType_GenericAlloc=python34.PyType_GenericAlloc
|
||||||
PyType_GenericNew=python34.PyType_GenericNew
|
PyType_GenericNew=python34.PyType_GenericNew
|
||||||
PyType_GetFlags=python34.PyType_GetFlags
|
PyType_GetFlags=python34.PyType_GetFlags
|
||||||
|
PyType_GetSlot=python34.PyType_GetSlot
|
||||||
PyType_IsSubtype=python34.PyType_IsSubtype
|
PyType_IsSubtype=python34.PyType_IsSubtype
|
||||||
PyType_Modified=python34.PyType_Modified
|
PyType_Modified=python34.PyType_Modified
|
||||||
PyType_Ready=python34.PyType_Ready
|
PyType_Ready=python34.PyType_Ready
|
||||||
|
|
|
@ -518,6 +518,7 @@ PyType_FromSpecWithBases
|
||||||
PyType_GenericAlloc
|
PyType_GenericAlloc
|
||||||
PyType_GenericNew
|
PyType_GenericNew
|
||||||
PyType_GetFlags
|
PyType_GetFlags
|
||||||
|
PyType_GetSlot
|
||||||
PyType_IsSubtype
|
PyType_IsSubtype
|
||||||
PyType_Modified
|
PyType_Modified
|
||||||
PyType_Ready
|
PyType_Ready
|
||||||
|
|
Loading…
Reference in New Issue