summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-06-23 23:20:45 +0200
committerMartin v. Löwis <martin@v.loewis.de>2012-06-23 23:20:45 +0200
commit9c56409d3353b8cd4cfc19e0467bbe23fd34fc92 (patch)
treeb4f9a6a7e8352479da1d36b9554c82011fa4839f /PC
parent110ee34e4179727d2c8bf56cb655a89c561c30e0 (diff)
downloadcpython-git-9c56409d3353b8cd4cfc19e0467bbe23fd34fc92.tar.gz
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
Diffstat (limited to 'PC')
-rw-r--r--PC/python3.def2
-rw-r--r--PC/python33stub.def1
2 files changed, 3 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def
index 0c9e25ced1..f16afca3a5 100644
--- a/PC/python3.def
+++ b/PC/python3.def
@@ -1,3 +1,4 @@
+; When changing this file, run python33gen.py
LIBRARY "python3"
EXPORTS
PyArg_Parse=python33.PyArg_Parse
@@ -513,6 +514,7 @@ EXPORTS
PyTuple_Type=python33.PyTuple_Type DATA
PyType_ClearCache=python33.PyType_ClearCache
PyType_FromSpec=python33.PyType_FromSpec
+ PyType_FromSpecWithBases=python33.PyType_FromSpecWithBases
PyType_GenericAlloc=python33.PyType_GenericAlloc
PyType_GenericNew=python33.PyType_GenericNew
PyType_GetFlags=python33.PyType_GetFlags
diff --git a/PC/python33stub.def b/PC/python33stub.def
index 20a5868127..4111d30b87 100644
--- a/PC/python33stub.def
+++ b/PC/python33stub.def
@@ -513,6 +513,7 @@ PyTuple_Size
PyTuple_Type
PyType_ClearCache
PyType_FromSpec
+PyType_FromSpecWithBases
PyType_GenericAlloc
PyType_GenericNew
PyType_GetFlags