Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmarshal.c54 #define WFERR_NESTEDTOODEEP 2 macro
219 p->error = WFERR_NESTEDTOODEEP; in w_object()
1209 case WFERR_NESTEDTOODEEP: in set_error()
/external/python/cpython3/Python/
Dmarshal.c77 #define WFERR_NESTEDTOODEEP 2 macro
346 p->error = WFERR_NESTEDTOODEEP; in w_object()