/third_party/python/Objects/ |
D | genobject.c | 70 PyErr_Restore(error_type, error_value, error_traceback); in _PyGen_Finalize() 100 PyErr_Restore(error_type, error_value, error_traceback); in _PyGen_Finalize() 540 PyErr_Restore(typ, val, tb); in _gen_throw() 654 PyErr_Restore(et, ev, tb); in _PyGen_FetchStopIterationValue()
|
D | object.c | 401 PyErr_Restore(error_type, error_value, error_traceback); in _PyObject_Dump() 904 PyErr_Restore(type, value, traceback); in set_attribute_error_context() 2090 PyErr_Restore(error_type, error_value, error_traceback); in Py_ReprLeave()
|
D | exceptions.c | 2972 PyErr_Restore(exc, val, tb); in _PyErr_TrySetFromCause() 2985 PyErr_Restore(exc, val, tb); in _PyErr_TrySetFromCause() 2998 PyErr_Restore(exc, val, tb); in _PyErr_TrySetFromCause() 3037 PyErr_Restore(new_exc, new_val, new_tb); in _PyErr_TrySetFromCause()
|
D | weakrefobject.c | 1040 PyErr_Restore(err_type, err_value, err_tb); in PyObject_ClearWeakRefs()
|
D | frameobject.c | 1122 PyErr_Restore(error_type, error_value, error_traceback); in PyFrame_LocalsToFast()
|
/third_party/python/Python/ |
D | traceback.c | 252 PyErr_Restore(exc, val, newtb); in PyTraceBack_Here() 285 PyErr_Restore(exc, val, tb); in _PyTraceback_Add()
|
D | pythonrun.c | 763 PyErr_Restore(exception, value, tb); in _Py_HandleSystemExit() 1262 PyErr_Restore(type, value, traceback); in flush_io()
|
D | modsupport.c | 108 PyErr_Restore(exception, value, tb); in do_ignore()
|
D | errors.c | 69 PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) in PyErr_Restore() function
|
/third_party/python/Include/ |
D | pyerrors.h | 20 PyAPI_FUNC(void) PyErr_Restore(PyObject *, PyObject *, PyObject *);
|
/third_party/python/Parser/ |
D | pegen_errors.c | 197 PyErr_Restore(type, value, traceback); in _PyPegen_tokenize_full_source_to_check_for_errors()
|
/third_party/python/Modules/ |
D | signalmodule.c | 260 PyErr_Restore(exc, val, tb); in report_wakeup_write_error() 278 PyErr_Restore(exc, val, tb); in report_wakeup_send_error()
|
D | _asynciomodule.c | 1476 PyErr_Restore(error_type, error_value, error_traceback); in FutureObj_finalize() 1719 PyErr_Restore(type, val, tb); in FutureIter_throw() 2442 PyErr_Restore(error_type, error_value, error_traceback); in TaskObj_finalize() 2730 PyErr_Restore(et, ev, tb); in task_step_impl()
|
D | _lsprof.c | 373 PyErr_Restore(last_type, last_value, last_tb); in ptrace_enter_call()
|
D | _tkinter.c | 1581 PyErr_Restore(exc_type, exc_value, exc_tb); in Tkapp_Call() 2963 PyErr_Restore(excInCmd, valInCmd, trbInCmd); in _tkinter_tkapp_mainloop_impl() 3427 PyErr_Restore(excInCmd, valInCmd, trbInCmd); in EventHook()
|
/third_party/python/Modules/_io/ |
D | iobase.c | 307 PyErr_Restore(error_type, error_value, error_traceback); in iobase_finalize()
|
D | bufferedio.c | 658 PyErr_Restore(t, v, tb); in _buffered_check_blocking_error() 663 PyErr_Restore(t, v, tb); in _buffered_check_blocking_error() 787 PyErr_Restore(typ, val, tb); in _PyIO_trap_eintr()
|
D | fileio.c | 101 PyErr_Restore(exc, val, tb); in fileio_dealloc_warn()
|
/third_party/python/Doc/extending/ |
D | newtypes.rst | 93 single: PyErr_Restore() 105 :c:func:`PyErr_Restore` functions:: 126 PyErr_Restore(err_type, err_value, err_traceback);
|
/third_party/python/Modules/_sqlite/ |
D | connection.c | 802 PyErr_Restore(exception, value, tb); in _pysqlite_final_callback() 1902 PyErr_Restore(exc, val, tb); in pysqlite_connection_exit_impl()
|
/third_party/python/Doc/c-api/ |
D | exceptions.rst | 373 functions or to :c:func:`PyErr_Restore`). If not set, return ``NULL``. You do not 420 PyErr_Restore(type, value, traceback); 424 .. c:function:: void PyErr_Restore(PyObject *type, PyObject *value, PyObject *traceback) 485 For general rules about the three arguments, see :c:func:`PyErr_Restore`.
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 644 PyErr_Restore:void::: 645 PyErr_Restore:PyObject*:type:-1: 646 PyErr_Restore:PyObject*:value:-1: 647 PyErr_Restore:PyObject*:traceback:-1:
|
D | stable_abi.dat | 142 function,PyErr_Restore,3.2,
|
/third_party/python/PC/ |
D | python3dll.c | 206 EXPORT_FUNC(PyErr_Restore)
|
/third_party/python/Doc/faq/ |
D | extending.rst | 374 PyErr_Restore (exc, val, trb);
|