Searched refs:_PyObject_FastCall_Prepend (Results 1 – 4 of 4) sorted by relevance
264 PyAPI_FUNC(PyObject *) _PyObject_FastCall_Prepend(
841 _PyObject_FastCall_Prepend(PyObject *callable, PyObject *obj, in _PyObject_FastCall_Prepend() function
1481 return _PyObject_FastCall_Prepend(func, self, args, nargs); in call_unbound()
208 Fix possible undefined behavior in _PyObject_FastCall_Prepend.