Home
last modified time | relevance | path

Searched refs:_PyErr_ChainExceptions (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Include/cpython/
Dpyerrors.h92 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
/third_party/python/Python/
Dtraceback.c249 _PyErr_ChainExceptions(exc, val, tb); in PyTraceBack_Here()
291 _PyErr_ChainExceptions(exc, val, tb); in _PyTraceback_Add()
Derrors.c514 _PyErr_ChainExceptions(PyObject *exc, PyObject *val, PyObject *tb) in _PyErr_ChainExceptions() function
Dimport.c677 _PyErr_ChainExceptions(type, value, traceback); in remove_module()
Dceval.c766 _PyErr_ChainExceptions(exc, val, tb); in _Py_FinishPendingCalls()
/third_party/python/Modules/_io/
D_iomodule.c500 _PyErr_ChainExceptions(exc, val, tb); in _io_open_impl()
Diobase.c243 _PyErr_ChainExceptions(exc, val, tb); in _io__IOBase_close_impl()
Dfileio.c166 _PyErr_ChainExceptions(exc, val, tb); in _io_FileIO_close_impl()
Dwinconsoleio.c209 _PyErr_ChainExceptions(exc, val, tb); in _io__WindowsConsoleIO_close_impl()
Dbufferedio.c528 _PyErr_ChainExceptions(exc, val, tb); in buffered_close()
2244 _PyErr_ChainExceptions(exc, val, tb); in bufferedrwpair_close()
Dtextio.c2866 _PyErr_ChainExceptions(type, value, traceback); in _io_TextIOWrapper_tell_impl()
3081 _PyErr_ChainExceptions(exc, val, tb); in _io_TextIOWrapper_close_impl()
/third_party/python/Objects/
Dweakrefobject.c1009 _PyErr_ChainExceptions(err_type, err_value, err_tb); in PyObject_ClearWeakRefs()
Dodictobject.c1660 _PyErr_ChainExceptions(exc, val, tb); in _PyODict_SetItem_KnownHash()
/third_party/python/Modules/_sqlite/
Dconnection.c1898 _PyErr_ChainExceptions(exc, val, tb); in pysqlite_connection_exit_impl()
/third_party/python/Modules/
D_zoneinfo.c231 _PyErr_ChainExceptions(exc, val, tb); in zoneinfo_new_instance()
D_asynciomodule.c2958 _PyErr_ChainExceptions(et, ev, tb); in task_step()
D_ssl.c577 _PyErr_ChainExceptions(sslsock->exc_type, sslsock->exc_value, sslsock->exc_tb); in PySSL_ChainExceptions()