Home | History | Annotate | Download | only in Python

Lines Matching full:nstack

4494 update_star_args(int nstack, int nstar, PyObject *stararg,
4499 callargs = PyTuple_New(nstack + nstar);
4508 PyTuple_SET_ITEM(callargs, nstack + i, a);
4511 while (--nstack >= 0) {
4513 PyTuple_SET_ITEM(callargs, nstack, w);