Home
last modified time | relevance | path

Searched refs:PyExc_ExceptionGroup (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_exceptions.h28 PyObject *PyExc_ExceptionGroup; member
/third_party/python/Objects/
H A Dexceptions.c703 PyTypeObject *PyExc_ExceptionGroup = in BaseExceptionGroup_new() local
704 (PyTypeObject*)state->PyExc_ExceptionGroup; in BaseExceptionGroup_new()
761 if (cls == PyExc_ExceptionGroup) { in BaseExceptionGroup_new()
773 cls = PyExc_ExceptionGroup; in BaseExceptionGroup_new()
794 * (PyExc_ExceptionGroup may have been cleared) in BaseExceptionGroup_new()
1479 assert(!state->PyExc_ExceptionGroup); in create_exception_group_class()
1480 state->PyExc_ExceptionGroup = PyErr_NewException( in create_exception_group_class()
1484 return state->PyExc_ExceptionGroup; in create_exception_group_class()
3710 PyObject *PyExc_ExceptionGroup = create_exception_group_class(); in _PyBuiltins_AddExceptions() local
3711 if (!PyExc_ExceptionGroup) { in _PyBuiltins_AddExceptions()
[all...]

Completed in 5 milliseconds