Home
last modified time | relevance | path

Searched refs:PyErr_GetRaisedException (Results 1 – 25 of 58) sorted by relevance

123

/external/python/cpython3/Doc/c-api/
Dmonitoring.rst91 :c:func:`PyErr_GetRaisedException`).
97 :c:func:`PyErr_GetRaisedException`).
103 :c:func:`PyErr_GetRaisedException`).
109 :c:func:`PyErr_GetRaisedException`).
115 :c:func:`PyErr_GetRaisedException`).
121 :c:func:`PyErr_GetRaisedException`).
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-future.rst10 Use :c:func:`PyErr_GetRaisedException` instead.
12 Use :c:func:`PyErr_GetRaisedException` instead.
/external/python/cpython3/Modules/_ssl/
Ddebughelpers.c77 ssl_obj->exc = PyErr_GetRaisedException(); in _PySSL_msg_callback()
150 ssl_obj->exc = PyErr_GetRaisedException(); in _PySSL_keylog_callback()
/external/python/cpython3/Python/
Dcrossinterp.c456 PyObject *exc = PyErr_GetRaisedException(); in _release_xid_data()
788 PyObject *exc = PyErr_GetRaisedException(); in _PyXI_excinfo_Apply()
1075 PyObject *exc = PyErr_GetRaisedException(); in _PyXI_ApplyError()
1077 PyObject *exc2 = PyErr_GetRaisedException(); in _PyXI_ApplyError()
1639 excval = PyErr_GetRaisedException(); in _capture_current_exception()
1649 excval = PyErr_GetRaisedException(); in _capture_current_exception()
1843 PyObject *exc = PyErr_GetRaisedException(); in _PyXI_NewInterpreter()
Dframe.c32 PyObject *exc = PyErr_GetRaisedException(); in _PyFrame_MakeAndSetFrameObject()
Dimportdl.c276 .exc=PyErr_GetRaisedException(), in _Py_ext_module_loader_result_set_error()
Dmodsupport.c116 PyObject *exc = PyErr_GetRaisedException(); in do_ignore()
Dceval.c115 PyObject *exc = PyErr_GetRaisedException(); in dump_stack()
179 PyObject *exc = PyErr_GetRaisedException(); in lltrace_resume_frame()
2157 PyObject *exc = PyErr_GetRaisedException(); in do_monitor_exc()
3006 PyObject *exc = PyErr_GetRaisedException(); in _PyEval_FormatExcCheckArg()
/external/python/cpython3/Modules/_io/
Dfileio.c97 PyObject *exc = PyErr_GetRaisedException(); in fileio_dealloc_warn()
162 exc = PyErr_GetRaisedException(); in _io_FileIO_close_impl()
512 PyObject *exc = PyErr_GetRaisedException();
Diobase.c277 PyObject *exc = PyErr_GetRaisedException(); in _io__IOBase_close_impl()
296 PyObject *exc = PyErr_GetRaisedException(); in iobase_finalize()
D_iomodule.c444 PyObject *exc = PyErr_GetRaisedException(); in _io_open_impl()
Dbufferedio.c573 exc = PyErr_GetRaisedException(); in _io__Buffered_close_impl()
757 PyObject *exc = PyErr_GetRaisedException(); in _buffered_check_blocking_error()
869 PyObject *exc = PyErr_GetRaisedException(); in _PyIO_trap_eintr()
2390 exc = PyErr_GetRaisedException(); in bufferedrwpair_close()
/external/python/cpython3/Modules/_testcapi/
Dwatchers.c427 PyObject *exc = PyErr_GetRaisedException(); in allocate_too_many_code_watchers()
608 PyObject *exc = PyErr_GetRaisedException(); in allocate_too_many_func_watchers()
Dgc.c93 PyObject *exc = PyErr_GetRaisedException(); in slot_tp_del()
Dheaptype.c160 exc = PyErr_GetRaisedException(); in test_from_spec_invalid_metatype_inheritance()
655 PyObject *exc = PyErr_GetRaisedException(); in heapctypesubclasswithfinalizer_finalize()
/external/python/cpython3/Modules/
D_asynciomodule.c1385 PyObject *exc = PyErr_GetRaisedException(); in FutureObj_finalize()
2544 PyObject *exc = PyErr_GetRaisedException(); in TaskObj_finalize()
2821 PyObject *exc = PyErr_GetRaisedException(); in task_step_impl()
2832 PyObject *exc = PyErr_GetRaisedException(); in task_step_impl()
3104 PyObject *exc = PyErr_GetRaisedException(); in task_step()
3143 PyObject *exc = PyErr_GetRaisedException(); in task_eager_start()
3213 PyObject *exc = PyErr_GetRaisedException(); in task_wakeup()
D_tkinter.c1409 *(e->exc) = PyErr_GetRaisedException(); in Tkapp_CallProc()
1424 *(e->exc) = PyErr_GetRaisedException(); in Tkapp_CallProc()
1720 *(ev->exc) = PyErr_GetRaisedException();; in var_perform()
2313 excInCmd = PyErr_GetRaisedException(); in PythonCmd_Error()
2591 excInCmd = PyErr_GetRaisedException(); in FileHandler()
2766 excInCmd = PyErr_GetRaisedException(); in TimerHandler()
Dsignalmodule.c246 PyObject *exc = PyErr_GetRaisedException(); in report_wakeup_write_error()
260 PyObject *exc = PyErr_GetRaisedException(); in report_wakeup_send_error()
D_interpretersmodule.c632 PyObject *exc = PyErr_GetRaisedException(); in interp_create()
1377 exc = PyErr_GetRaisedException(); in capture_exception()
D_threadmodule.c1592 PyObject *exc = PyErr_GetRaisedException(); in create_localsdict()
1602 PyObject *exc = PyErr_GetRaisedException(); in create_localsdict()
1654 PyObject *exc = PyErr_GetRaisedException(); in _ldict()
/external/python/cpython3/Include/
Dpyerrors.h19 PyAPI_FUNC(PyObject *) PyErr_GetRaisedException(void);
/external/python/cpython3/Modules/_sqlite/
Dcursor.c714 PyObject *exc = PyErr_GetRaisedException(); in bind_parameters()
763 PyObject *exc = PyErr_GetRaisedException(); in bind_parameters()
Dconnection.c482 PyObject *exc = PyErr_GetRaisedException(); in connection_finalize()
1019 PyObject *exc = PyErr_GetRaisedException(); in final_callback()
2346 PyObject *exc = PyErr_GetRaisedException(); in pysqlite_connection_exit_impl()
/external/python/cpython3/Objects/
Dgenobject.c80 PyObject *exc = PyErr_GetRaisedException(); in _PyGen_Finalize()
95 PyObject *exc = PyErr_GetRaisedException(); in _PyGen_Finalize()
648 PyObject *exc = PyErr_GetRaisedException(); in _PyGen_FetchStopIterationValue()
Dobject.c691 PyObject *exc = PyErr_GetRaisedException(); in _PyObject_Dump()
1199 PyObject *exc = PyErr_GetRaisedException(); in _PyObject_SetAttributeErrorContext()
2757 PyObject *exc = PyErr_GetRaisedException(); in Py_ReprLeave()

123