diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-12-25 13:32:35 +0200 |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-12-25 13:32:35 +0200 |
commit | a40d6e3ce9422ce472ac31cc4b8eabf66e5b0bac (patch) | |
tree | f6f238a9e5c5a8368f214fea5c2465ec1d7a472d /PC | |
parent | c6f7698f26d8f9d6c0ccd7f4b6f5946a7af6aafc (diff) | |
download | cpython-a40d6e3ce9422ce472ac31cc4b8eabf66e5b0bac.tar.gz |
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 bf8198a89d..0cf0d944d9 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 3dbb05608d..c0f3b35fe9 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 |