Searched refs:typecode_obj (Results 1 – 1 of 1) sorted by relevance
1926 PyObject *typecode_obj; in make_array() local1931 typecode_obj = PyUnicode_FromOrdinal(typecode); in make_array()1932 if (typecode_obj == NULL) in make_array()1937 Py_DECREF(typecode_obj); in make_array()1941 PyTuple_SET_ITEM(new_args, 0, typecode_obj); in make_array()