Home
last modified time | relevance | path

Searched refs:PyException_SetTraceback (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Python/
Derrors.c597 PyException_SetTraceback(val, tb); in _PyErr_ChainExceptions()
668 PyException_SetTraceback(val, tb); in _PyErr_FormatVFromCause()
1519 if (PyException_SetTraceback(exc_value, exc_tb) < 0) { in _PyErr_WriteUnraisableMsg()
Dpythonrun.c793 PyException_SetTraceback(v, tb); in _PyErr_PrintEx()
1533 PyException_SetTraceback(value, tb); in _PyErr_Display()
Dpylifecycle.c2528 PyException_SetTraceback(v, tb); in _Py_FatalError_PrintExc()
Dceval.c5811 PyException_SetTraceback(val, tb);
5813 PyException_SetTraceback(val, Py_None);
/third_party/python/Include/
Dpyerrors.h43 PyAPI_FUNC(int) PyException_SetTraceback(PyObject *, PyObject *);
/third_party/python/Modules/
D_asynciomodule.c660 if (PyException_SetTraceback(fut->fut_exception, tb) < 0) { in future_get_result()
2733 PyException_SetTraceback(ev, tb); in task_step_impl()
2750 PyException_SetTraceback(ev, tb); in task_step_impl()
3048 PyException_SetTraceback(ev, tb); in task_wakeup()
/third_party/python/Objects/
Dexceptions.c185 if (PyException_SetTraceback(self, tb)) in BaseException_with_traceback()
389 PyException_SetTraceback(PyObject *self, PyObject *tb) in PyException_SetTraceback() function
937 int res = PyException_SetTraceback(eg, tb); in exceptiongroup_subset()
3854 PyException_SetTraceback(val, tb); in _PyErr_TrySetFromCause()
/third_party/python/PC/
Dpython3dll.c263 EXPORT_FUNC(PyException_SetTraceback)
/third_party/python/Doc/data/
Dstable_abi.dat273 function,PyException_SetTraceback,3.2,,
Drefcounts.dat848 PyException_SetTraceback:int:::
849 PyException_SetTraceback:PyObject*:ex:0:
850 PyException_SetTraceback:PyObject*:tb:+1:
/third_party/python/Doc/c-api/
Dexceptions.rst459 PyException_SetTraceback(val, tb);
670 .. c:function:: int PyException_SetTraceback(PyObject *ex, PyObject *tb)
/third_party/python/Misc/
Dstable_abi.toml810 [function.PyException_SetTraceback]
DNEWS16677 :c:func:`PyErr_NormalizeException` and :c:func:`PyException_SetTraceback`