Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Dexceptions.c259 PyErr_SetExcInfo(new_type, new_value, new_tb); in _testcapi_set_exc_info_impl()
/external/python/cpython3/Include/
Dpyerrors.h27 PyAPI_FUNC(void) PyErr_SetExcInfo(PyObject *, PyObject *, PyObject *);
/external/python/cpython3/Doc/data/
Drefcounts.dat689 PyErr_SetExcInfo:void:::
690 PyErr_SetExcInfo:PyObject*:type:0:
691 PyErr_SetExcInfo:PyObject*:value:0:
692 PyErr_SetExcInfo:PyObject*:traceback:0:
Dstable_abi.dat162 func,PyErr_SetExcInfo,3.7,,
Dpython3.13.abi191 …<elf-symbol name='PyErr_SetExcInfo' type='func-type' binding='global-binding' visibility='default-…
25688PyErr_SetExcInfo' mangled-name='PyErr_SetExcInfo' filepath='Python/errors.c' line='613' column='1'…
/external/python/cpython3/PC/
Dpython3dll.c223 EXPORT_FUNC(PyErr_SetExcInfo)
/external/python/cpython3/Python/
Derrors.c613 PyErr_SetExcInfo(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_SetExcInfo() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst600 state temporarily. Use :c:func:`PyErr_SetExcInfo` to restore or clear the
606 .. c:function:: void PyErr_SetExcInfo(PyObject *type, PyObject *value, PyObject *traceback)
/external/python/cpython3/Misc/NEWS.d/
D3.11.0a3.rst98 :c:func:`PyErr_SetExcInfo()`, which now ignores the ``type`` and
D3.11.0b1.rst2145 :c:func:`PyErr_GetExcInfo` and :c:func:`PyErr_SetExcInfo`.
/external/python/cpython3/Misc/
Dstable_abi.toml1931 [function.PyErr_SetExcInfo]
DHISTORY7972 - Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
/external/python/cpython3/Doc/whatsnew/
D3.11.rst2265 These are alternatives to :c:func:`PyErr_SetExcInfo()` and
2292 * :c:func:`PyErr_SetExcInfo()` no longer uses the ``type`` and ``traceback``