Home
last modified time | relevance | path

Searched refs:_PyExc_CreateExceptionGroup (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pyerrors.h87 PyAPI_FUNC(PyObject *) _PyExc_CreateExceptionGroup(
/third_party/python/Objects/
Dexceptions.c813 _PyExc_CreateExceptionGroup(const char *msg_str, PyObject *excs) in _PyExc_CreateExceptionGroup() function
1427 result = _PyExc_CreateExceptionGroup("", raised_list); in _PyExc_PrepReraiseStar()
/third_party/python/Python/
Dceval.c6646 PyObject *wrapped = _PyExc_CreateExceptionGroup("", excs);