Searched refs:PyCFunction_Call (Results 1 – 7 of 7) sorted by relevance
33 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
7 PyObject_Call() and PyCFunction_Call() now raise a SystemError if a function
5640 ``PyCFunction_Call`` is now a deprecated alias of :c:func:`PyObject_Call`.
322 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyCFunction_Call() function
133 EXPORT_FUNC(PyCFunction_Call)
37 function,PyCFunction_Call,3.2,
358 function PyCFunction_Call