summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-02-10 22:40:04 (GMT)
committerLarry Hastings <larry@hastings.org>2014-02-10 22:40:04 (GMT)
commit71d4e44fd796bed7f534673dcd9b6087ab0ab19a (patch)
treeb7be4f33ecf3dd5f22206bd47a0d80641b7d04d6 /PC
parentad88d7a26bb0be55f2687ccf646f0af9f75913ba (diff)
downloadcpython-71d4e44fd796bed7f534673dcd9b6087ab0ab19a.zip
cpython-71d4e44fd796bed7f534673dcd9b6087ab0ab19a.tar.gz
cpython-71d4e44fd796bed7f534673dcd9b6087ab0ab19a.tar.bz2
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
Diffstat (limited to 'PC')
-rw-r--r--PC/python3.def1
-rw-r--r--PC/python34stub.def1
2 files changed, 2 insertions, 0 deletions
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