/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 | 1112 PyErr_Fetch(&exception, &value, &tb); in handle_system_exit() 1163 PyErr_Fetch(&exception, &v, &tb); in PyErr_PrintEx() 1185 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx() 1634 PyErr_Fetch(&type, &value, &tb); in err_input()
|
D | modsupport.c | 168 PyErr_Fetch(&exception, &value, &tb); in do_ignore()
|
D | ceval.c | 3239 PyErr_Fetch(&exc, &val, &tb); in PyEval_EvalFrameEx() 3971 PyErr_Fetch(&type, &value, &traceback); in call_exc_trace() 3998 PyErr_Fetch(&type, &value, &traceback); in call_trace_protected() 4975 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in build_class()
|
D | sysmodule.c | 1759 PyErr_Fetch(&error_type, &error_value, &error_traceback); in mywrite()
|
D | ast.c | 89 PyErr_Fetch(&type, &value, &tback); in ast_error_finish() 1382 PyErr_Fetch(&type, &value, &tback); in ast_for_atom()
|
/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 | 890 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_FastToLocals() 937 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_LocalsToFast()
|
D | weakrefobject.c | 931 PyErr_Fetch(&err_type, &err_value, &err_tb); in PyObject_ClearWeakRefs()
|
/external/python/cpython2/Include/ |
D | pyerrors.h | 81 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
|
/external/python/cpython2/Modules/_io/ |
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()
|
D | iobase.c | 210 PyErr_Fetch(&tp, &v, &tb); in _PyIOBase_finalize()
|
D | textio.c | 2342 PyErr_Fetch(&type, &value, &traceback); in textiowrapper_tell() 2478 PyErr_Fetch(&exc, &val, &tb); in textiowrapper_close()
|
/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() 2427 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in PythonCmd_Error() 2709 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in FileHandler() 2937 PyErr_Fetch(&excInCmd, &valInCmd, &trbInCmd); in TimerHandler()
|
D | threadmodule.c | 628 PyErr_Fetch(&exc, &value, &tb); in t_bootstrap()
|
D | _lsprof.c | 384 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call()
|
D | pyexpat.c | 308 PyErr_Fetch(&type, &value, &traceback); in trace_frame_exc()
|
/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:
|
/external/python/cpython2/Doc/c-api/ |
D | exceptions.rst | 93 Under certain circumstances, the values returned by :c:func:`PyErr_Fetch` below 106 .. c:function:: void PyErr_Fetch(PyObject **ptype, PyObject **pvalue, PyObject **ptraceback) 134 error indicator temporarily; use :c:func:`PyErr_Fetch` to save the current
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 896 "PyErr_Fetch"
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 400 PyErr_Fetch (&exc, &val, &trb); /* clears exception! */
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 972 PyErr_Fetch(&tp, &v, &tb); in _ctypes_extend_error()
|
/external/python/cpython2/Doc/extending/ |
D | newtypes.rst | 979 single: PyErr_Fetch() 991 done. This can be done using the :c:func:`PyErr_Fetch` and 1005 PyErr_Fetch(&err_type, &err_value, &err_traceback);
|