Home
last modified time | relevance | path

Searched refs:CO_MAXBLOCKS (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dcode.h138 #define CO_MAXBLOCKS 20 /* Max static block nesting within a function */ macro
/third_party/python/Python/
H A Dcompile.c151 struct basicblock_ *handlers[CO_MAXBLOCKS+1];
327 struct fblockinfo u_fblock[CO_MAXBLOCKS];
1936 if (c->u->u_nfblocks >= CO_MAXBLOCKS) { in compiler_push_fblock()

Completed in 13 milliseconds