Home | History | Annotate | Download | only in Python

Lines Matching refs:sys_exc_info

343 sys_exc_info(PyObject *self, PyObject *noargs)
1527 {"exc_info", sys_exc_info, METH_NOARGS, exc_info_doc},