Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c111 PyErr_Fetch(&exception, &value, &tb); in PyErr_GivenExceptionMatches()
217 PyErr_Fetch(exc, val, tb); in PyErr_NormalizeException()
245 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() function
647 PyErr_Fetch(&t, &v, &tb); in PyErr_WriteUnraisable()
707 PyErr_Fetch(&exc, &v, &tb); in PyErr_SyntaxLocation()
Dpythonrun.c1088 PyErr_Fetch(&exception, &value, &tb); in handle_system_exit()
1139 PyErr_Fetch(&exception, &v, &tb); in PyErr_PrintEx()
1161 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx()
1604 PyErr_Fetch(&type, &value, &tb); in err_input()
Dceval.c2907 PyErr_Fetch(&exc, &val, &tb); in PyEval_EvalFrameEx()
3632 PyErr_Fetch(&type, &value, &traceback); in call_exc_trace()
3659 PyErr_Fetch(&type, &value, &traceback); in call_trace_protected()
4635 PyErr_Fetch(&ptype, &pvalue, &ptraceback); in build_class()
Dsysmodule.c1738 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c111 PyErr_Fetch(&exception, &value, &tb); in PyErr_GivenExceptionMatches()
219 PyErr_Fetch(exc, val, tb); in PyErr_NormalizeException()
247 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() function
669 PyErr_Fetch(&t, &v, &tb); in PyErr_WriteUnraisable()
729 PyErr_Fetch(&exc, &v, &tb); in PyErr_SyntaxLocation()
Dpythonrun.c1113 PyErr_Fetch(&exception, &value, &tb); in handle_system_exit()
1164 PyErr_Fetch(&exception, &v, &tb); in PyErr_PrintEx()
1186 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx()
1629 PyErr_Fetch(&type, &value, &tb); in err_input()
Dceval.c2922 PyErr_Fetch(&exc, &val, &tb); in PyEval_EvalFrameEx()
3654 PyErr_Fetch(&type, &value, &traceback); in call_exc_trace()
3681 PyErr_Fetch(&type, &value, &traceback); in call_trace_protected()
4657 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c166 PyErr_Fetch(&error_type, &error_value, &error_traceback); in gen_del()
Dframeobject.c893 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_FastToLocals()
940 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_LocalsToFast()
Dweakrefobject.c929 PyErr_Fetch(&err_type, &err_value, &err_tb); in PyObject_ClearWeakRefs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c163 PyErr_Fetch(&error_type, &error_value, &error_traceback); in gen_del()
Dweakrefobject.c922 PyErr_Fetch(&err_type, &err_value, &err_tb); in PyObject_ClearWeakRefs()
941 PyErr_Fetch(&err_type, &err_value, &err_tb); in PyObject_ClearWeakRefs()
Dframeobject.c891 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_FastToLocals()
938 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_LocalsToFast()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h81 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h81 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.c530 PyErr_Fetch(&exc, &val, &tb); in io_open()
Dbufferedio.c479 PyErr_Fetch(&exc, &val, &tb); in buffered_close()
610 PyErr_Fetch(&t, &v, &tb); in _buffered_check_blocking_error()
731 PyErr_Fetch(&typ, &val, &tb); in _PyIO_trap_eintr()
2199 PyErr_Fetch(&exc, &val, &tb); in bufferedrwpair_close()
Diobase.c208 PyErr_Fetch(&tp, &v, &tb); in _PyIOBase_finalize()
Dtextio.c2338 PyErr_Fetch(&type, &value, &traceback); in textiowrapper_tell()
2474 PyErr_Fetch(&exc, &val, &tb); in textiowrapper_close()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Diobase.c208 PyErr_Fetch(&tp, &v, &tb); in _PyIOBase_finalize()
Dbufferedio.c582 PyErr_Fetch(&t, &v, &tb); in _buffered_check_blocking_error()
703 PyErr_Fetch(&typ, &val, &tb); in _trap_eintr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c384 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call()

12