Issue #15422: get rid of PyCFunction_New macro

This commit is contained in:
Andrew Svetlov 2012-12-25 13:32:35 +02:00
parent 914ab8420e
commit 3ba3a3ee56
9 changed files with 20 additions and 23 deletions

View file

@ -38,6 +38,7 @@ EXPORTS
PyCFunction_GetFlags=python34.PyCFunction_GetFlags
PyCFunction_GetFunction=python34.PyCFunction_GetFunction
PyCFunction_GetSelf=python34.PyCFunction_GetSelf
PyCFunction_New=python34.PyCFunction_New
PyCFunction_NewEx=python34.PyCFunction_NewEx
PyCFunction_Type=python34.PyCFunction_Type DATA
PyCallIter_New=python34.PyCallIter_New