Searched refs:tmpargs (Results 1 – 2 of 2) sorted by relevance
1817 PyObject *tmpargs = PyTuple_New(0); in product_new() local1818 if (tmpargs == NULL) in product_new()1820 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", kwlist, &repeat)) { in product_new()1821 Py_DECREF(tmpargs); in product_new()1824 Py_DECREF(tmpargs); in product_new()
2054 PyObject *tmpargs = PyTuple_New(0); in product_new() local2055 if (tmpargs == NULL) in product_new()2057 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", in product_new()2059 Py_DECREF(tmpargs); in product_new()2062 Py_DECREF(tmpargs); in product_new()