Home | History | Annotate | Download | only in Python

Lines Matching refs:PyCode_New

3848     tmp = PyList_AsTuple(consts); /* PyCode_New requires a tuple */
3854 co = PyCode_New(c->u->u_argcount, nlocals, stackdepth(c), flags,