mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #15422: get rid of PyCFunction_New macro
This commit is contained in:
parent
914ab8420e
commit
3ba3a3ee56
9 changed files with 20 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue