From 9c56409d3353b8cd4cfc19e0467bbe23fd34fc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 23 Jun 2012 23:20:45 +0200 Subject: Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. --- PC/python3.def | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PC/python3.def') 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 -- cgit v1.2.1