H A D | codeobject.c | 248 con->exceptiontable == NULL || !PyBytes_Check(con->exceptiontable) in _PyCode_Validate() 324 Py_INCREF(con->exceptiontable); in init_code() 325 co->co_exceptiontable = con->exceptiontable; in init_code() 505 PyObject *exceptiontable) in PyCode_NewWithPosOnlyArgs() 596 .exceptiontable = exceptiontable, in PyCode_NewWithPosOnlyArgs() 629 PyObject *exceptiontable) in PyCode_New() 636 exceptiontable); in PyCode_New() 698 .exceptiontable in PyCode_NewEmpty() 498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument 622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument 1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument [all...] |