Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c738 bool nested_base_exceptions = false; in BaseExceptionGroup_new() local
756 nested_base_exceptions = true; in BaseExceptionGroup_new()
762 if (nested_base_exceptions) { in BaseExceptionGroup_new()
769 if (!nested_base_exceptions) { in BaseExceptionGroup_new()
778 if (nested_base_exceptions) { in BaseExceptionGroup_new()