From: Larry Hastings Date: Mon, 10 Feb 2014 22:40:04 +0000 (-0800) Subject: Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. X-Git-Tag: v3.4.0rc1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71d4e44fd796bed7f534673dcd9b6087ab0ab19a;p=python Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. --- diff --git a/PC/python3.def b/PC/python3.def index 9e035379e8..37e454bd5d 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -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 diff --git a/PC/python34stub.def b/PC/python34stub.def index 4628cdc3b1..3074cf3f42 100644 --- a/PC/python34stub.def +++ b/PC/python34stub.def @@ -518,6 +518,7 @@ PyType_FromSpecWithBases PyType_GenericAlloc PyType_GenericNew PyType_GetFlags +PyType_GetSlot PyType_IsSubtype PyType_Modified PyType_Ready