Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dnamespaceobject.c70 int i, loop_error = 0; in namespace_repr() local
108 loop_error = 1; in namespace_repr()
111 loop_error = PyList_Append(pairs, item); in namespace_repr()
116 loop_error = 1; in namespace_repr()
121 if (loop_error) in namespace_repr()