Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_functoolsmodule.c136 Py_ssize_t nargs2, pto_nargs; in partial_fastcall() local
138 pto_nargs = PyTuple_GET_SIZE(pto->args); in partial_fastcall()
139 nargs2 = pto_nargs + nargs; in partial_fastcall()
141 if (pto_nargs == 0) { in partial_fastcall()
163 pto_nargs * sizeof(PyObject*)); in partial_fastcall()
164 memcpy(&stack[pto_nargs], in partial_fastcall()