Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h197 int co_stacksize = self->co_stacksize; in code_replace() local
/third_party/python/Objects/
Dcodeobject.c1906 int co_nlocals, int co_stacksize, int co_flags, in code_replace_impl()