Home
last modified time | relevance | path

Searched refs:_PyObject_FastCallTstate (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dabstract.h149 _PyObject_FastCallTstate(PyThreadState *tstate, PyObject *func, PyObject *const *args, Py_ssize_t n… in _PyObject_FastCallTstate() function
159 return _PyObject_FastCallTstate(tstate, func, args, nargs); in _PyObject_FastCall()
/third_party/python/Python/
Dsysmodule.c274 o = _PyObject_FastCallTstate(ts, hook, args, 2); in sys_audit_tstate()
963 PyObject *result = _PyObject_FastCallTstate(tstate, callback, stack, 3); in call_trampoline()