Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3475 stackdepth(struct compiler *c) in stackdepth() function
3854 co = PyCode_New(c->u->u_argcount, nlocals, stackdepth(c), flags, in makecode()