Searched refs:_PyErr_SetRaisedException (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython3/Python/ |
D | errors.c | 25 _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()
|
D | sysmodule.c | 84 _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()
|
D | pythonrun.c | 315 _PyErr_SetRaisedException(tstate, exc); in PyRun_InteractiveOneObjectEx() 1300 _PyErr_SetRaisedException(tstate, exc); in flush_io()
|
D | traceback.c | 307 _PyErr_SetRaisedException(tstate, exc); in _PyTraceback_Add()
|
D | ceval.c | 1906 _PyErr_SetRaisedException(tstate, exc); in do_raise() 2984 _PyErr_SetRaisedException(tstate, exc); in _PyEval_FormatKwargsError()
|
D | gc.c | 1637 _PyErr_SetRaisedException(tstate, exc); in PyGC_Collect()
|
D | gc_free_threading.c | 1533 _PyErr_SetRaisedException(tstate, exc); in PyGC_Collect()
|
D | bytecodes.c | 1154 _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()
|
D | generated_cases.c.h | 2171 _PyErr_SetRaisedException(tstate, Py_NewRef(exc_value)); in TARGET() 2626 _PyErr_SetRaisedException(tstate, exc); in TARGET() 5114 _PyErr_SetRaisedException(tstate, exc); in TARGET()
|
D | initconfig.c | 3249 _PyErr_SetRaisedException(tstate, exc); in _Py_DumpPathConfig()
|
D | instrumentation.c | 1192 _PyErr_SetRaisedException(tstate, exc); in call_instrumentation_vector_protected()
|
D | import.c | 3492 _PyErr_SetRaisedException(tstate, exc); in remove_importlib_frames()
|
/external/python/cpython3/Include/internal/ |
D | pycore_pyerrors.h | 102 extern void _PyErr_SetRaisedException(PyThreadState *tstate, PyObject *exc);
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 3370 _PyErr_SetRaisedException(tstate, err); in _PyErr_NoMemory()
|
D | dictobject.c | 2224 _PyErr_SetRaisedException(tstate, exc); in dict_getitem()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 6545 …<function-decl name='_PyErr_SetRaisedException' filepath='./Include/internal/pycore_pyerrors.h' li…
|