Home
last modified time | relevance | path

Searched refs:_PyObject_FastCall_Prepend (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dabstract.h264 PyAPI_FUNC(PyObject *) _PyObject_FastCall_Prepend(
/external/python/cpython3/Objects/
Dcall.c841 _PyObject_FastCall_Prepend(PyObject *callable, PyObject *obj, in _PyObject_FastCall_Prepend() function
Dtypeobject.c1481 return _PyObject_FastCall_Prepend(func, self, args, nargs); in call_unbound()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst208 Fix possible undefined behavior in _PyObject_FastCall_Prepend.