Home
last modified time | relevance | path

Searched refs:newnargs_total (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_functoolsmodule.c239 Py_ssize_t newnargs_total = pto_nargs + nargs_total; in partial_vectorcall() local
245 if (newnargs_total <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) { in partial_vectorcall()
249 stack = PyMem_Malloc(newnargs_total * sizeof(PyObject *)); in partial_vectorcall()

Completed in 3 milliseconds