From 71d4e44fd796bed7f534673dcd9b6087ab0ab19a Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Mon, 10 Feb 2014 14:40:04 -0800 Subject: =?UTF-8?q?Add=20PyType=5FGetSlot=20to=20python3=20def=20file.=20?= =?UTF-8?q?=20Patch=20courtesy=20Martin=20v.=20L=C3=B6wis.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PC/python3.def | 1 + PC/python34stub.def | 1 + 2 files changed, 2 insertions(+) diff --git a/PC/python3.def b/PC/python3.def index 9e03537..37e454b 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 4628cdc..3074cf3 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 -- cgit v0.12