Searched refs:newconst (Results 1 – 1 of 1) sorted by relevance
39 PyObject *newconst, *constant; in tuple_of_constants() local50 newconst = PyTuple_New(n); in tuple_of_constants()51 if (newconst == NULL) in tuple_of_constants()59 PyTuple_SET_ITEM(newconst, i, constant); in tuple_of_constants()63 if (PyList_Append(consts, newconst)) { in tuple_of_constants()64 Py_DECREF(newconst); in tuple_of_constants()67 Py_DECREF(newconst); in tuple_of_constants()90 PyObject *newconst, *v, *w; in fold_binops_on_constants() local105 newconst = PyNumber_Power(v, w, Py_None); in fold_binops_on_constants()108 newconst = PyNumber_Multiply(v, w); in fold_binops_on_constants()[all …]