Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c25 _PyErr_SetRaisedException(PyThreadState *tstate, PyObject *exc) in _PyErr_SetRaisedException() function
65 _PyErr_SetRaisedException(tstate, NULL); in _PyErr_Restore()
100 _PyErr_SetRaisedException(tstate, value); in _PyErr_Restore()
115 _PyErr_SetRaisedException(tstate, exc); in PyErr_SetRaisedException()
196 _PyErr_SetRaisedException(tstate, exc); in _PyErr_SetObject()
673 _PyErr_SetRaisedException(tstate, exc2); in _PyErr_ChainExceptions()
695 _PyErr_SetRaisedException(tstate, exc2); in _PyErr_ChainExceptions1()
698 _PyErr_SetRaisedException(tstate, exc); in _PyErr_ChainExceptions1()
738 _PyErr_SetRaisedException(tstate, exc2); in _PyErr_FormatVFromCause()
1820 _PyErr_SetRaisedException(tstate, exc); in PyErr_SyntaxLocationObjectEx()
Dsysmodule.c84 _PyErr_SetRaisedException(tstate, exc); in _PySys_GetAttr()
115 _PyErr_SetRaisedException(tstate, exc); in PySys_GetObject()
307 _PyErr_SetRaisedException(ts, exc); in sys_audit_tstate()
4067 _PyErr_SetRaisedException(tstate, exc); in sys_write()
4109 _PyErr_SetRaisedException(tstate, exc); in sys_format()
Dpythonrun.c315 _PyErr_SetRaisedException(tstate, exc); in PyRun_InteractiveOneObjectEx()
1300 _PyErr_SetRaisedException(tstate, exc); in flush_io()
Dtraceback.c307 _PyErr_SetRaisedException(tstate, exc); in _PyTraceback_Add()
Dceval.c1906 _PyErr_SetRaisedException(tstate, exc); in do_raise()
2984 _PyErr_SetRaisedException(tstate, exc); in _PyEval_FormatKwargsError()
Dgc.c1637 _PyErr_SetRaisedException(tstate, exc); in PyGC_Collect()
Dgc_free_threading.c1533 _PyErr_SetRaisedException(tstate, exc); in PyGC_Collect()
Dbytecodes.c1154 _PyErr_SetRaisedException(tstate, exc); in dummy_func()
1166 _PyErr_SetRaisedException(tstate, exc); in dummy_func()
1181 _PyErr_SetRaisedException(tstate, Py_NewRef(exc_value)); in dummy_func()
Dgenerated_cases.c.h2171 _PyErr_SetRaisedException(tstate, Py_NewRef(exc_value)); in TARGET()
2626 _PyErr_SetRaisedException(tstate, exc); in TARGET()
5114 _PyErr_SetRaisedException(tstate, exc); in TARGET()
Dinitconfig.c3249 _PyErr_SetRaisedException(tstate, exc); in _Py_DumpPathConfig()
Dinstrumentation.c1192 _PyErr_SetRaisedException(tstate, exc); in call_instrumentation_vector_protected()
Dimport.c3492 _PyErr_SetRaisedException(tstate, exc); in remove_importlib_frames()
/external/python/cpython3/Include/internal/
Dpycore_pyerrors.h102 extern void _PyErr_SetRaisedException(PyThreadState *tstate, PyObject *exc);
/external/python/cpython3/Objects/
Dexceptions.c3370 _PyErr_SetRaisedException(tstate, err); in _PyErr_NoMemory()
Ddictobject.c2224 _PyErr_SetRaisedException(tstate, exc); in dict_getitem()
/external/python/cpython3/Doc/data/
Dpython3.13.abi6545 …<function-decl name='_PyErr_SetRaisedException' filepath='./Include/internal/pycore_pyerrors.h' li…