#33752: Display exception groups on the technical 500 debug page on Python 
3.11+.
-------------------------------------------+------------------------
               Reporter:  Adam Johnson     |          Owner:  (none)
                   Type:  New feature      |         Status:  new
              Component:  Error reporting  |        Version:  dev
               Severity:  Normal           |       Keywords:
           Triage Stage:  Unreviewed       |      Has patch:  0
    Needs documentation:  0                |    Needs tests:  0
Patch needs improvement:  0                |  Easy pickings:  0
                  UI/UX:  0                |
-------------------------------------------+------------------------
 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
 [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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018115a62931-0915a896-0348-4e99-9ed4-7a31d7096a9a-000000%40eu-central-1.amazonses.com.

Reply via email to