Display exception groups on the technical 500 debug page on Python 3.11+.
Similar to these tickets for extending the debug page for Python 3.11 exception changes: #33747 , #33701.
Python 3.11 introduces exception groups as per 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.
Change History
(9)
| Triage Stage: |
Unreviewed → Someday/Maybe
|
| Triage Stage: |
Someday/Maybe → Accepted
|
| Owner: |
set to Job Henandez Lara
|
| Status: |
new → assigned
|
| Owner: |
changed from Job Henandez Lara to Kryštof Kopečný
|
Thanks for the ticket. Let's wait for the final release first.