Home | History | Annotate | Download | only in simplejson

Lines Matching refs:empty_array

2531     static PyObject *empty_array = NULL;
2538 if (open_array == NULL || close_array == NULL || empty_array == NULL) {
2541 empty_array = PyString_InternFromString("[]");
2542 if (open_array == NULL || close_array == NULL || empty_array == NULL)
2550 return PyList_Append(rval, empty_array);