﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29393	Infinite loop in ExceptionReporter.get_traceback_frames()	James Howe	Tim Graham <timograham@…>	"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."	Bug	closed	Error reporting	2.0	Normal	fixed			Accepted	1	0	0	0	0	0
