#2414: coredump of python by a template extending itself
----------------------------------------+-----------------------------------
Reporter: [email protected] | Owner: SmileyChris
Status: closed | Milestone:
Component: Template system | Version:
Resolution: wontfix | Keywords:
Stage: Ready for checkin | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------+-----------------------------------
Changes (by jacob):
* status: assigned => closed
* resolution: => wontfix
Comment:
I'm going to wontfix this. On most machines -- including everywhere I've
tried this -- you'll get a "maximum recursion depth exceeded" error. This
is the correct error, and the same one you'd get with any Python function
that unconditionally called itself.
If Python's dumping core that's a Python bug. We shouldn't be working
around it; the problem needs to be fixed at the source.
--
Ticket URL: <http://code.djangoproject.com/ticket/2414#comment:21>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.