Home
last modified time | relevance | path

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

123

/external/python/cpython3/Python/
Derrors.c308 PyErr_Fetch(exc, val, tb); in PyErr_NormalizeException()
335 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() function
400 PyErr_Fetch(&exc2, &val2, &tb2); in _PyErr_ChainExceptions()
422 PyErr_Fetch(&exc, &val, &tb); in _PyErr_FormatVFromCause()
433 PyErr_Fetch(&exc, &val2, &tb); in _PyErr_FormatVFromCause()
953 PyErr_Fetch(&t, &v, &tb); in PyErr_WriteUnraisable()
1056 PyErr_Fetch(&exc, &v, &tb); in PyErr_SyntaxLocationObject()
Dpythonrun.c593 PyErr_Fetch(&exception, &value, &tb); in handle_system_exit()
648 PyErr_Fetch(&exception, &v, &tb); in PyErr_PrintEx()
685 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx()
1004 PyErr_Fetch(&type, &value, &traceback); in flush_io()
1396 PyErr_Fetch(&type, &value, &tb); in err_input()
Dtraceback.c234 PyErr_Fetch(&exc, &val, &tb); in PyTraceBack_Here()
257 PyErr_Fetch(&exc, &val, &tb); in _PyTraceback_Add()
/external/python/cpython2/Python/
Derrors.c111 PyErr_Fetch(&exception, &value, &tb); in PyErr_GivenExceptionMatches()
219 PyErr_Fetch(exc, val, tb); in PyErr_NormalizeException()
244 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() function
666 PyErr_Fetch(&t, &v, &tb); in PyErr_WriteUnraisable()
732 PyErr_Fetch(&exc, &v, &tb); in PyErr_SyntaxLocation()
Dpythonrun.c1121 PyErr_Fetch(&exception, &value, &tb); in handle_system_exit()
1172 PyErr_Fetch(&exception, &v, &tb); in PyErr_PrintEx()
1194 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx()
1643 PyErr_Fetch(&type, &value, &tb); in err_input()
Dmodsupport.c168 PyErr_Fetch(&exception, &value, &tb); in do_ignore()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_util.cc105 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in PyExceptionFetch()
/external/python/cpython2/Modules/_io/
Diobase.c188 PyErr_Fetch(&exc, &val, &tb); in iobase_close()
218 PyErr_Fetch(&tp, &v, &tb); in _PyIOBase_finalize()
Dbufferedio.c478 PyErr_Fetch(&exc, &val, &tb); in buffered_close()
609 PyErr_Fetch(&t, &v, &tb); in _buffered_check_blocking_error()
730 PyErr_Fetch(&typ, &val, &tb); in _PyIO_trap_eintr()
2195 PyErr_Fetch(&exc, &val, &tb); in bufferedrwpair_close()
D_iomodule.c530 PyErr_Fetch(&exc, &val, &tb); in io_open()
/external/python/cpython3/Modules/_io/
Diobase.c239 PyErr_Fetch(&exc, &val, &tb); in _io__IOBase_close_impl()
264 PyErr_Fetch(&error_type, &error_value, &error_traceback); in iobase_finalize()
Dfileio.c93 PyErr_Fetch(&exc, &val, &tb); in fileio_dealloc_warn()
154 PyErr_Fetch(&exc, &val, &tb); in _io_FileIO_close_impl()
Dbufferedio.c519 PyErr_Fetch(&exc, &val, &tb); in buffered_close()
666 PyErr_Fetch(&t, &v, &tb); in _buffered_check_blocking_error()
785 PyErr_Fetch(&typ, &val, &tb); in _PyIO_trap_eintr()
2233 PyErr_Fetch(&exc, &val, &tb); in bufferedrwpair_close()
D_iomodule.c485 PyErr_Fetch(&exc, &val, &tb); in _io_open_impl()
/external/python/cpython3/Modules/
Datexitmodule.c97 PyErr_Fetch(&exc_type, &exc_value, &exc_tb); in atexit_callfuncs()
D_asynciomodule.c1344 PyErr_Fetch(&error_type, &error_value, &error_traceback); in FutureObj_finalize()
2330 PyErr_Fetch(&error_type, &error_value, &error_traceback); in TaskObj_finalize()
2606 PyErr_Fetch(&et, &ev, &tb); in task_step_impl()
2875 PyErr_Fetch(&et, &ev, &tb); in task_step()
2925 PyErr_Fetch(&et, &ev, &tb); in task_wakeup()
D_tkinter.c1406 PyErr_Fetch(e->exc_type, e->exc_value, e->exc_tb); in Tkapp_CallProc()
1713 PyErr_Fetch(&exc, &val, &tb); in var_perform()
2327 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in PythonCmd_Error()
2607 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in FileHandler()
2780 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in TimerHandler()
/external/python/cpython2/PC/os2vacpp/
Dpython.def138 PyErr_Fetch
/external/python/cpython2/Objects/
Dgenobject.c166 PyErr_Fetch(&error_type, &error_value, &error_traceback); in gen_del()
Dframeobject.c926 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_FastToLocals()
973 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_LocalsToFast()
/external/python/cpython2/Include/
Dpyerrors.h81 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
/external/python/cpython3/Objects/
Dgenobject.c57 PyErr_Fetch(&error_type, &error_value, &error_traceback); in _PyGen_Finalize()
73 PyErr_Fetch(&error_type, &error_value, &error_traceback); in _PyGen_Finalize()
597 PyErr_Fetch(&et, &ev, &tb); in _PyGen_FetchStopIterationValue()
/external/python/cpython2/Modules/
D_tkinter.c1550 PyErr_Fetch(e->exc_type, e->exc_value, e->exc_tb); in Tkapp_CallProc()
1873 PyErr_Fetch(&exc, &val, &tb); in var_perform()
2439 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in PythonCmd_Error()
2721 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in FileHandler()
2949 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in TimerHandler()
/external/python/cpython3/Include/
Dpyerrors.h89 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
/external/python/cpython2/Doc/data/
Drefcounts.dat270 PyErr_Fetch:void:::
271 PyErr_Fetch:PyObject**:ptype:0:
272 PyErr_Fetch:PyObject**:pvalue:0:
273 PyErr_Fetch:PyObject**:ptraceback:0:

123