Home
last modified time | relevance | path

Searched refs:PyErr_Fetch (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython3/Parser/
Dpegen_errors.c25 PyErr_Fetch(&type, &value, &tback); in _PyPegen_raise_tokenizer_init_error()
137 PyErr_Fetch(&type, &value, &tback); in _Pypegen_raise_decode_error()
168 PyErr_Fetch(&type, &value, &traceback); in _PyPegen_tokenize_full_source_to_check_for_errors()
/external/tensorflow/tensorflow/python/framework/
Dpy_context_manager.cc42 PyErr_Fetch(&type, &value, &traceback); in ~PyContextManager()
Dpython_api_parameter_converter.cc78 PyErr_Fetch(&exc_type, &exc_value, &exc_traceback); in RaiseTypeError()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_util.cc101 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in PyExceptionFetch()
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-future.rst9 * :c:func:`PyErr_Fetch`:
/external/pytorch/torch/csrc/
DExceptions.cpp279 PyErr_Fetch(&type, &value, &traceback); in ~PyWarningHandler()
DExceptions.h232 PyErr_Fetch(&type, &value, &traceback); in persist()
/external/python/cpython3/Modules/_testcapi/
Dexceptions.c131 PyErr_Fetch(&type, &value, &tb); in _testcapi_exc_set_object_fetch_impl()
/external/python/cpython3/Include/
Dpyerrors.h17 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
/external/pytorch/torch/csrc/utils/
Dtensor_numpy.cpp73 PyErr_Fetch(&type, &value, &traceback); in is_numpy_available()
/external/pytorch/torch/csrc/dynamo/
Dcpython_defs.c241 PyErr_Fetch(&error_type, &error_value, &error_traceback); in THP_PyFrame_MakeAndSetFrameObject()
Dguards.cpp870 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in get_exception_message()
/external/python/cpython3/Doc/extending/
Dnewtypes.rst92 single: PyErr_Fetch (C function)
104 done. This can be done using the :c:func:`PyErr_Fetch` and
117 PyErr_Fetch(&err_type, &err_value, &err_traceback);
/external/python/cpython3/Doc/c-api/
Dexceptions.rst477 .. c:function:: void PyErr_Fetch(PyObject **ptype, PyObject **pvalue, PyObject **ptraceback)
497 PyErr_Fetch(&type, &value, &traceback);
527 Use :c:func:`PyErr_Fetch` to save the current error indicator.
537 Under certain circumstances, the values returned by :c:func:`PyErr_Fetch` below
Dtypeobj.rst2117 PyErr_Fetch(&error_type, &error_value, &error_traceback);
/external/python/cpython3/Doc/data/
Drefcounts.dat604 PyErr_Fetch:void:::
605 PyErr_Fetch:PyObject**:ptype:0:
606 PyErr_Fetch:PyObject**:pvalue:0:
607 PyErr_Fetch:PyObject**:ptraceback:0:
Dstable_abi.dat141 func,PyErr_Fetch,3.2,,
/external/python/cpython3/PC/
Dpython3dll.c202 EXPORT_FUNC(PyErr_Fetch)
/external/python/cpython3/Misc/NEWS.d/
D3.12.0a6.rst805 rather than the triple arguments of the now-deprecated :c:func:`PyErr_Fetch`
D3.11.0a3.rst364 :c:func:`PyErr_Fetch`, and before they are stored as an exc_info triplet.
/external/python/cpython3/Python/
Derrors.c514 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() function
/external/webp/swig/
Dlibwebp_python_wrap.c1017 if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback); in SWIG_Python_AddErrorMsg()
1703 PyErr_Fetch(&val, &type, &tb); in SwigPyObject_dealloc()
2841 PyErr_Fetch(&type, &value, &traceback); in SWIG_Python_AddErrMesg()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx956 if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback); in SWIG_Python_AddErrorMsg()
2572 PyErr_Fetch(&type, &value, &traceback); in SWIG_Python_AddErrMesg()
/external/python/cpython3/Misc/
Dstable_abi.toml621 [function.PyErr_Fetch]
/external/python/cpython3/Doc/whatsnew/
D3.12.rst1945 :c:func:`PyErr_Fetch` and :c:func:`PyErr_Restore`.
2204 * :c:func:`PyErr_Fetch` and :c:func:`PyErr_Restore` are deprecated.

12