HomeSort by relevance Sort by last modified time
    Searched refs:_PyErr_ChainExceptions (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Python/
traceback.c 139 _PyErr_ChainExceptions(exc, val, tb);
181 _PyErr_ChainExceptions(exc, val, tb);
errors.c 381 _PyErr_ChainExceptions(PyObject *exc, PyObject *val, PyObject *tb)
  /external/python/cpython3/Include/
pyerrors.h 130 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
  /external/python/cpython3/Modules/_io/
_iomodule.c 488 _PyErr_ChainExceptions(exc, val, tb);
fileio.c 173 _PyErr_ChainExceptions(exc, val, tb);
    [all...]
bufferedio.c 546 _PyErr_ChainExceptions(exc, val, tb);
    [all...]
winconsoleio.c 223 _PyErr_ChainExceptions(exc, val, tb);
    [all...]
textio.c     [all...]
  /external/python/cpython3/Objects/
weakrefobject.c 927 _PyErr_ChainExceptions(err_type, err_value, err_tb);
odictobject.c     [all...]

Completed in 496 milliseconds