Lines Matching refs:npools
2231 Py_ssize_t nargs, npools, repeat=1;
2264 npools = nargs * repeat;
2266 indices = PyMem_New(Py_ssize_t, npools);
2272 pools = PyTuple_New(npools);
2284 for ( ; i < npools; ++i) {
2349 Py_ssize_t npools = PyTuple_GET_SIZE(pools);
2358 result = PyTuple_New(npools);
2362 for (i=0; i < npools; i++) {
2376 result = _PyTuple_FromArray(_PyTuple_ITEMS(old_result), npools);
2388 assert (npools==0 || Py_REFCNT(result) == 1);
2392 for (i=npools-1 ; i >= 0 ; i--) {