Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dnamespaceobject.c69 int i, loop_error = 0; in namespace_repr() local
109 loop_error = 1; in namespace_repr()
112 loop_error = PyList_Append(pairs, item); in namespace_repr()
119 if (loop_error) in namespace_repr()