/external/python/cpython3/Python/ |
D | errors.c | 308 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()
|
D | pythonrun.c | 593 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()
|
D | traceback.c | 234 PyErr_Fetch(&exc, &val, &tb); in PyTraceBack_Here() 257 PyErr_Fetch(&exc, &val, &tb); in _PyTraceback_Add()
|
/external/python/cpython2/Python/ |
D | errors.c | 111 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()
|
D | pythonrun.c | 1121 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()
|
D | modsupport.c | 168 PyErr_Fetch(&exception, &value, &tb); in do_ignore()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_util.cc | 105 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in PyExceptionFetch()
|
/external/python/cpython2/Modules/_io/ |
D | iobase.c | 188 PyErr_Fetch(&exc, &val, &tb); in iobase_close() 218 PyErr_Fetch(&tp, &v, &tb); in _PyIOBase_finalize()
|
D | bufferedio.c | 478 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.c | 530 PyErr_Fetch(&exc, &val, &tb); in io_open()
|
/external/python/cpython3/Modules/_io/ |
D | iobase.c | 239 PyErr_Fetch(&exc, &val, &tb); in _io__IOBase_close_impl() 264 PyErr_Fetch(&error_type, &error_value, &error_traceback); in iobase_finalize()
|
D | fileio.c | 93 PyErr_Fetch(&exc, &val, &tb); in fileio_dealloc_warn() 154 PyErr_Fetch(&exc, &val, &tb); in _io_FileIO_close_impl()
|
D | bufferedio.c | 519 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.c | 485 PyErr_Fetch(&exc, &val, &tb); in _io_open_impl()
|
/external/python/cpython3/Modules/ |
D | atexitmodule.c | 97 PyErr_Fetch(&exc_type, &exc_value, &exc_tb); in atexit_callfuncs()
|
D | _asynciomodule.c | 1344 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.c | 1406 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/ |
D | python.def | 138 PyErr_Fetch
|
/external/python/cpython2/Objects/ |
D | genobject.c | 166 PyErr_Fetch(&error_type, &error_value, &error_traceback); in gen_del()
|
D | frameobject.c | 926 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/ |
D | pyerrors.h | 81 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
|
/external/python/cpython3/Objects/ |
D | genobject.c | 57 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.c | 1550 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/ |
D | pyerrors.h | 89 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 270 PyErr_Fetch:void::: 271 PyErr_Fetch:PyObject**:ptype:0: 272 PyErr_Fetch:PyObject**:pvalue:0: 273 PyErr_Fetch:PyObject**:ptraceback:0:
|