Home
last modified time | relevance | path

Searched refs:required_state (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c3319 int required_state = 0; in reduce_2() local
3347 required_state = !PyList_Check(obj) && !PyDict_Check(obj); in reduce_2()
3360 if (required_state && obj->ob_type->tp_itemsize) { in reduce_2()
3378 if (required_state && Py_Py3kWarningFlag) { in reduce_2()