Opened 2 years ago
Last modified 20 months ago
#33752 assigned New feature
Display exception groups on the technical 500 debug page on Python 3.11+.
Reported by: | Adam Johnson | Owned by: | Job Henandez Lara |
---|---|---|---|
Component: | Error reporting | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Giebisch | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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 (4)
comment:1 by , 2 years ago
Triage Stage: | Unreviewed → Someday/Maybe |
---|
comment:2 by , 2 years ago
Triage Stage: | Someday/Maybe → Accepted |
---|
comment:3 by , 2 years ago
Cc: | added |
---|
comment:4 by , 20 months ago
Owner: | set to |
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Thanks for the ticket. Let's wait for the final release first.