Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpyerrors.h92 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
/external/python/cpython3/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()
/external/python/cpython3/Modules/_io/
D_iomodule.c500 _PyErr_ChainExceptions(exc, val, tb); in _io_open_impl()
Diobase.c242 _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()
/external/python/cpython3/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()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c1898 _PyErr_ChainExceptions(exc, val, tb); in pysqlite_connection_exit_impl()
/external/python/cpython3/Modules/
D_zoneinfo.c231 _PyErr_ChainExceptions(exc, val, tb); in zoneinfo_new_instance()
D_asynciomodule.c2944 _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()
/external/python/cpython3/Doc/data/
Dpython3.10.abi992 …<elf-symbol name='_PyErr_ChainExceptions' type='func-type' binding='global-binding' visibility='de…
9396 …<function-decl name='_PyErr_ChainExceptions' mangled-name='_PyErr_ChainExceptions' filepath='./Inc…
15047_PyErr_ChainExceptions' mangled-name='_PyErr_ChainExceptions' filepath='Python/errors.c' line='514…