Lines Matching refs:lst
2023 PyObject *lst, *item;
2026 lst = PyList_New(shape[0]);
2027 if (lst == NULL)
2034 Py_DECREF(lst);
2037 PyList_SET_ITEM(lst, i, item);
2040 return lst;
2050 PyObject *lst, *item;
2060 lst = PyList_New(shape[0]);
2061 if (lst == NULL)
2070 Py_DECREF(lst);
2073 PyList_SET_ITEM(lst, i, item);
2076 return lst;