Lines Matching refs:traceback
33 PyObject *traceback)
37 if (traceback != NULL && !PyTraceBack_Check(traceback)) {
40 Py_DECREF(traceback);
41 traceback = NULL;
52 tstate->curexc_traceback = traceback;
60 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback)
63 _PyErr_Restore(tstate, type, value, traceback);
384 /* If the new exception doesn't set a traceback and the old
385 exception had a traceback, use the old traceback for the
541 PyErr_SetExcInfo(PyObject *type, PyObject *value, PyObject *traceback)
547 Py_XDECREF(traceback);
1226 {"exc_traceback", "Exception traceback"},
1351 /* continue even if writing the traceback failed */
1751 functionality in tb_displayline() in traceback.c. */