Home
last modified time | relevance | path

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

12

/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.c1112 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()
Dmodsupport.c168 PyErr_Fetch(&exception, &value, &tb); in do_ignore()
Dceval.c3239 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()
Dsysmodule.c1759 PyErr_Fetch(&error_type, &error_value, &error_traceback); in mywrite()
Dast.c89 PyErr_Fetch(&type, &value, &tback); in ast_error_finish()
1382 PyErr_Fetch(&type, &value, &tback); in ast_for_atom()
/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.c890 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_FastToLocals()
937 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_LocalsToFast()
Dweakrefobject.c931 PyErr_Fetch(&err_type, &err_value, &err_tb); in PyObject_ClearWeakRefs()
/external/python/cpython2/Include/
Dpyerrors.h81 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
/external/python/cpython2/Modules/_io/
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()
Diobase.c210 PyErr_Fetch(&tp, &v, &tb); in _PyIOBase_finalize()
Dtextio.c2342 PyErr_Fetch(&type, &value, &traceback); in textiowrapper_tell()
2478 PyErr_Fetch(&exc, &val, &tb); in textiowrapper_close()
/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()
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()
Dthreadmodule.c628 PyErr_Fetch(&exc, &value, &tb); in t_bootstrap()
D_lsprof.c384 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call()
Dpyexpat.c308 PyErr_Fetch(&type, &value, &traceback); in trace_frame_exc()
/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:
/external/python/cpython2/Doc/c-api/
Dexceptions.rst93 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/
Dpython27.def896 "PyErr_Fetch"
/external/python/cpython2/Doc/faq/
Dextending.rst400 PyErr_Fetch (&exc, &val, &trb); /* clears exception! */
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c972 PyErr_Fetch(&tp, &v, &tb); in _ctypes_extend_error()
/external/python/cpython2/Doc/extending/
Dnewtypes.rst979 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);

12