]> granicus.if.org Git - python/commitdiff
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
authorLarry Hastings <larry@hastings.org>
Mon, 10 Feb 2014 22:40:04 +0000 (14:40 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 10 Feb 2014 22:40:04 +0000 (14:40 -0800)
PC/python3.def
PC/python34stub.def

index 9e035379e80928c930af7061097ef0c21a423877..37e454bd5d697701c31245da9cf5acee7936ef38 100644 (file)
@@ -519,6 +519,7 @@ EXPORTS
   PyType_GenericAlloc=python34.PyType_GenericAlloc
   PyType_GenericNew=python34.PyType_GenericNew
   PyType_GetFlags=python34.PyType_GetFlags
+  PyType_GetSlot=python34.PyType_GetSlot
   PyType_IsSubtype=python34.PyType_IsSubtype
   PyType_Modified=python34.PyType_Modified
   PyType_Ready=python34.PyType_Ready
index 4628cdc3b15d4baf4fbc8407e8cffaeb0dfdf8ac..3074cf3f420df64ba19a66e0656baed51edc1873 100644 (file)
@@ -518,6 +518,7 @@ PyType_FromSpecWithBases
 PyType_GenericAlloc
 PyType_GenericNew
 PyType_GetFlags
+PyType_GetSlot
 PyType_IsSubtype
 PyType_Modified
 PyType_Ready