Home
last modified time | relevance | path

Searched defs:co_stacksize (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h41 int co_stacksize = self->co_stacksize; in code_replace() local
/external/python/cpython2/Include/
Dcode.h14 int co_stacksize; /* #entries needed for evaluation stack */ member
/external/python/cpython3/Include/cpython/
Dcode.h24 int co_stacksize; /* #entries needed for evaluation stack */ member
/external/python/cpython3/Objects/
Dcodeobject.c640 int co_nlocals, int co_stacksize, int co_flags, in code_replace_impl()