diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-12-25 11:32:35 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-12-25 11:32:35 (GMT) |
commit | 3ba3a3ee56c142e93d6bbe20ff6bf939212a30f0 (patch) | |
tree | 28facf56626869888a4ca3ff03b91c9006017bc3 /PC | |
parent | 914ab8420e069499ad8a2d9b3f1ad584bd26a813 (diff) | |
download | cpython-3ba3a3ee56c142e93d6bbe20ff6bf939212a30f0.zip cpython-3ba3a3ee56c142e93d6bbe20ff6bf939212a30f0.tar.gz cpython-3ba3a3ee56c142e93d6bbe20ff6bf939212a30f0.tar.bz2 |
Issue #15422: get rid of PyCFunction_New macro
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python3.def | 1 | ||||
-rw-r--r-- | PC/python34stub.def | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def index bf8198a..0cf0d94 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -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 diff --git a/PC/python34stub.def b/PC/python34stub.def index 3dbb056..c0f3b35 100644 --- a/PC/python34stub.def +++ b/PC/python34stub.def @@ -37,6 +37,7 @@ PyCFunction_ClearFreeList PyCFunction_GetFlags PyCFunction_GetFunction PyCFunction_GetSelf +PyCFunction_New PyCFunction_NewEx PyCFunction_Type PyCallIter_New |