Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3476 stackdepth(struct compiler *c) in stackdepth() function
3855 co = PyCode_New(c->u->u_argcount, nlocals, stackdepth(c), flags, in makecode()
/external/python/cpython3/Python/
Dcompile.c5002 stackdepth(struct compiler *c) in stackdepth() function
5422 maxdepth = stackdepth(c); in makecode()