#29393: Infinite loop in ExceptionReporter.get_traceback_frames
-------------------------------------------+------------------------
               Reporter:  James Howe       |          Owner:  (none)
                   Type:  Bug              |         Status:  new
              Component:  Error reporting  |        Version:  2.0
               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                |
-------------------------------------------+------------------------
 The following code generates a cause/context cycle
 (`exc_value.__cause__.__context__ is exc_value`):
 {{{
 except WrapperException as exc:
     raise exc.__cause__
 }}}

 The
 [https://github.com/django/django/blob/d79cf1e/django/views/debug.py#L397
 while exc_value] loop then never terminates.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29393>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.eecd2706a17f84a9cc362774c421c91a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to