Home
last modified time | relevance | path

Searched refs:exceptiontable (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Objects/clinic/
H A Dcodeobject.c.h8 " qualname, firstlineno, linetable, exceptiontable, freevars=(),\n"
20 PyObject *exceptiontable, PyObject *freevars,
42 PyObject *exceptiontable; in code_new() local
135 exceptiontable = PyTuple_GET_ITEM(args, 15); in code_new()
153 return_value = code_new_impl(type, argcount, posonlyargcount, kwonlyargcount, nlocals, stacksize, flags, code, consts, names, varnames, filename, name, qualname, firstlineno, linetable, exceptiontable, freevars, cellvars); in code_new()
/third_party/python/Objects/
H A Dcodeobject.c248 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...]
/third_party/python/Python/
H A Dmarshal.c1370 PyObject *exceptiontable = NULL; in r_object() local
1425 exceptiontable = r_object(p); in r_object()
1426 if (exceptiontable == NULL) in r_object()
1451 .exceptiontable = exceptiontable, in r_object()
1475 Py_XDECREF(exceptiontable); in r_object()
H A Dcompile.c8050 .exceptiontable = a->a_except_table, in makecode()
/third_party/python/Include/internal/
H A Dpycore_code.h198 PyObject *exceptiontable; member

Completed in 18 milliseconds