Home
last modified time | relevance | path

Searched refs:PyCFunction_Call (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dmethodobject.h33 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
/third_party/python/Misc/NEWS.d/
D3.5.0a2.rst7 PyObject_Call() and PyCFunction_Call() now raise a SystemError if a function
D3.9.0a1.rst5640 ``PyCFunction_Call`` is now a deprecated alias of :c:func:`PyObject_Call`.
/third_party/python/Objects/
Dcall.c322 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyCFunction_Call() function
/third_party/python/PC/
Dpython3dll.c133 EXPORT_FUNC(PyCFunction_Call)
/third_party/python/Doc/data/
Dstable_abi.dat37 function,PyCFunction_Call,3.2,
/third_party/python/Misc/
Dstable_abi.txt358 function PyCFunction_Call