Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcode.h63 #define CO_MAXBLOCKS 20 /* Max static block nesting within a function */ macro
/external/python/cpython3/Include/cpython/
Dcode.h109 #define CO_MAXBLOCKS 20 /* Max static block nesting within a function */ macro