Description
Use Python exception groups on runtimes that need the PEP 654 backport. It helps applications represent and handle multiple related errors from concurrent or grouped operations.
This is a compatibility library for developers. Grouped exceptions make failures more explicit, but applications still need clear reporting so users can understand which operations failed and what can be retried.