Searched refs:_PyErr_ChainExceptions (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | pyerrors.h | 92 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
|
/external/python/cpython3/Python/ |
D | traceback.c | 249 _PyErr_ChainExceptions(exc, val, tb); in PyTraceBack_Here() 291 _PyErr_ChainExceptions(exc, val, tb); in _PyTraceback_Add()
|
D | errors.c | 514 _PyErr_ChainExceptions(PyObject *exc, PyObject *val, PyObject *tb) in _PyErr_ChainExceptions() function
|
D | import.c | 677 _PyErr_ChainExceptions(type, value, traceback); in remove_module()
|
D | ceval.c | 766 _PyErr_ChainExceptions(exc, val, tb); in _Py_FinishPendingCalls()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.c | 500 _PyErr_ChainExceptions(exc, val, tb); in _io_open_impl()
|
D | iobase.c | 242 _PyErr_ChainExceptions(exc, val, tb); in _io__IOBase_close_impl()
|
D | fileio.c | 166 _PyErr_ChainExceptions(exc, val, tb); in _io_FileIO_close_impl()
|
D | winconsoleio.c | 209 _PyErr_ChainExceptions(exc, val, tb); in _io__WindowsConsoleIO_close_impl()
|
D | bufferedio.c | 528 _PyErr_ChainExceptions(exc, val, tb); in buffered_close() 2244 _PyErr_ChainExceptions(exc, val, tb); in bufferedrwpair_close()
|
D | textio.c | 2866 _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/ |
D | weakrefobject.c | 1009 _PyErr_ChainExceptions(err_type, err_value, err_tb); in PyObject_ClearWeakRefs()
|
D | odictobject.c | 1660 _PyErr_ChainExceptions(exc, val, tb); in _PyODict_SetItem_KnownHash()
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 1898 _PyErr_ChainExceptions(exc, val, tb); in pysqlite_connection_exit_impl()
|
/external/python/cpython3/Modules/ |
D | _zoneinfo.c | 231 _PyErr_ChainExceptions(exc, val, tb); in zoneinfo_new_instance()
|
D | _asynciomodule.c | 2944 _PyErr_ChainExceptions(et, ev, tb); in task_step()
|
D | _ssl.c | 577 _PyErr_ChainExceptions(sslsock->exc_type, sslsock->exc_value, sslsock->exc_tb); in PySSL_ChainExceptions()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 992 …<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…
|