Searched refs:tmpargs (Results 1 – 2 of 2) sorted by relevance
1827 PyObject *tmpargs = PyTuple_New(0); in product_new() local1828 if (tmpargs == NULL) in product_new()1830 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", kwlist, &repeat)) { in product_new()1831 Py_DECREF(tmpargs); in product_new()1834 Py_DECREF(tmpargs); in product_new()
2030 PyObject *tmpargs = PyTuple_New(0); in product_new() local2031 if (tmpargs == NULL) in product_new()2033 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", in product_new()2035 Py_DECREF(tmpargs); in product_new()2038 Py_DECREF(tmpargs); in product_new()