Home
last modified time | relevance | path

Searched defs:MAX_MARSHAL_STACK_DEPTH (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dmarshal.c22 #define MAX_MARSHAL_STACK_DEPTH 1000 macro
24 #define MAX_MARSHAL_STACK_DEPTH 2000 macro
/external/python/cpython3/Python/
Dmarshal.c36 #define MAX_MARSHAL_STACK_DEPTH 1000 macro
38 #define MAX_MARSHAL_STACK_DEPTH 2000 macro