Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c534 PyException_SetTraceback(val, tb); in _PyErr_ChainExceptions()
589 PyException_SetTraceback(val2, tb2); in _PyErr_ChainStackItem()
613 PyException_SetTraceback(val, tb); in _PyErr_FormatVFromCause()
1483 if (PyException_SetTraceback(exc_value, exc_tb) < 0) { in _PyErr_WriteUnraisableMsg()
Dpythonrun.c797 PyException_SetTraceback(v, tb); in _PyErr_PrintEx()
1120 PyException_SetTraceback(value, tb); in _PyErr_Display()
Dpylifecycle.c2455 PyException_SetTraceback(v, tb); in _Py_FatalError_PrintExc()
Dceval.c4489 PyException_SetTraceback(val, tb); in _PyEval_EvalFrameDefault()
4491 PyException_SetTraceback(val, Py_None); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Include/
Dpyerrors.h39 PyAPI_FUNC(int) PyException_SetTraceback(PyObject *, PyObject *);
/external/python/cpython3/Objects/
Dexceptions.c168 if (PyException_SetTraceback(self, tb)) in BaseException_with_traceback()
330 PyException_SetTraceback(PyObject *self, PyObject *tb) in PyException_SetTraceback() function
3013 PyException_SetTraceback(val, tb); in _PyErr_TrySetFromCause()
/external/python/cpython3/Doc/data/
Dstable_abi.dat262 function,PyException_SetTraceback,3.2,
Drefcounts.dat848 PyException_SetTraceback:int:::
849 PyException_SetTraceback:PyObject*:ex:0:
850 PyException_SetTraceback:PyObject*:tb:+1:
Dpython3.10.abi221 …<elf-symbol name='PyException_SetTraceback' type='func-type' binding='global-binding' visibility='…
7925PyException_SetTraceback' mangled-name='PyException_SetTraceback' filepath='Objects/exceptions.c' …
12972 …<function-decl name='PyException_SetTraceback' mangled-name='PyException_SetTraceback' filepath='.…
/external/python/cpython3/PC/
Dpython3dll.c257 EXPORT_FUNC(PyException_SetTraceback)
/external/python/cpython3/Doc/c-api/
Dexceptions.rst459 PyException_SetTraceback(val, tb);
629 .. c:function:: int PyException_SetTraceback(PyObject *ex, PyObject *tb)
/external/python/cpython3/Misc/
Dstable_abi.txt718 function PyException_SetTraceback
/external/python/cpython3/Modules/
D_asynciomodule.c2699 PyException_SetTraceback(ev, tb); in task_step_impl()
/external/python/pybind11/include/pybind11/
Dcast.h430 PyException_SetTraceback(scope.value, scope.trace); in error_string()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst191 :c:func:`PyException_SetTraceback` to normalize the exception value. Ignore
/external/python/cffi/c/
D_cffi_backend.c6118 PyException_SetTraceback(v, tb); in _my_PyErr_WriteUnraisable()