Python 3.11 introduces exception groups as per
[https://peps.python.org/pep-0654/ PEP 654], a container for multiple
exceptions that occurred concurrently (in async tasks).
If an exception group occurs in a view, Django should display its
constituent exceptions on the debug page, similarly to the new interpreter
nested display.
--
Ticket URL: <https://code.djangoproject.com/ticket/33752>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Someday/Maybe
Comment:
Thanks for the ticket. Let's wait for the final release first.
--
Ticket URL: <https://code.djangoproject.com/ticket/33752#comment:1>
* stage: Someday/Maybe => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33752#comment:2>
* cc: Giebisch (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/33752#comment:3>
* owner: (none) => Jobhdez
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/33752#comment:4>