Home
last modified time | relevance | path

Searched refs:PyErr_NormalizeException (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Include/
Dpyerrors.h36 PyAPI_FUNC(void) PyErr_NormalizeException(PyObject**, PyObject**, PyObject**);
/third_party/python/Modules/
D_asynciomodule.c1696 PyErr_NormalizeException(&type, &val, &tb); in FutureIter_throw()
2710 PyErr_NormalizeException(&et, &ev, &tb); in task_step_impl()
3008 PyErr_NormalizeException(&et, &ev, &tb); in task_wakeup()
D_tkinter.c1804 PyErr_NormalizeException(&exc, &val, &tb); in var_perform()
/third_party/python/Objects/
Dgenobject.c510 PyErr_NormalizeException(&typ, &val, &tb); in _gen_throw()
652 PyErr_NormalizeException(&et, &ev, &tb); in _PyGen_FetchStopIterationValue()
Dexceptions.c2977 PyErr_NormalizeException(&exc, &val, &tb); in _PyErr_TrySetFromCause()
3035 PyErr_NormalizeException(&new_exc, &new_val, &new_tb); in _PyErr_TrySetFromCause()
Dobject.c898 PyErr_NormalizeException(&type, &value, &traceback); in set_attribute_error_context()
/third_party/python/Doc/data/
Drefcounts.dat626 PyErr_NormalizeException:void:::
627 PyErr_NormalizeException:PyObject**:exc::???
628 PyErr_NormalizeException:PyObject**:val::???
629 PyErr_NormalizeException:PyObject**:tb::???
Dstable_abi.dat136 function,PyErr_NormalizeException,3.2,
/third_party/python/PC/
Dpython3dll.c200 EXPORT_FUNC(PyErr_NormalizeException)
/third_party/python/Modules/_ctypes/
Dcallproc.c1016 PyErr_NormalizeException(&tp, &v, &tb); in _ctypes_extend_error()
/third_party/python/Python/
Derrors.c423 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException() function
Dceval.c6262 PyErr_NormalizeException(&type, &value, &traceback); in format_exc_check_arg()
/third_party/python/Misc/NEWS.d/
D3.6.4rc1.rst1127 `PyErr_NormalizeException()` does not use it anymore. This singleton is
D3.7.0a3.rst1613 `PyErr_NormalizeException()` does not use it anymore. This singleton is
D3.8.0b1.rst190 no current traceback. Moreover, call :c:func:`PyErr_NormalizeException` and
/third_party/python/Misc/
Dstable_abi.txt536 function PyErr_NormalizeException
DHISTORY15090 - Fix a problem in PyErr_NormalizeException that leads to "undetected errors"
30166 - void PyErr_NormalizeException(typeptr, valptr, tbptr)
/third_party/python/Modules/_io/
Dbufferedio.c776 PyErr_NormalizeException(&typ, &val, &tb); in _PyIO_trap_eintr()
/third_party/python/Doc/c-api/
Dexceptions.rst443 .. c:function:: void PyErr_NormalizeException(PyObject**exc, PyObject**val, PyObject**tb)