This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rosslagerwall
Recipients Apple Grew, rosslagerwall
Date 2012-08-20.14:42:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345473744.8.0.674755863822.issue15739@psf.upfronthosting.co.za>
In-reply-to
Content
Well the app has an infinite recursion.

This shows on Fedora Linux 17:
"""
Request Method: 	GET
Request URL: 	http://127.0.0.1:8000/
Django Version: 	1.4
Exception Type: 	RuntimeError
Exception Value: 	

maximum recursion depth exceeded while calling a Python object

Exception Location: 	/tmp/dg/django_select2/fields.py in __init__, line 146
Python Executable: 	/home/ross/src/python/2.7/python
Python Version: 	2.7.1
...
"""

Of course, this shouldn't cause a bus error in Python. Perhaps try a different build of Python or try building it yourself?
History
Date User Action Args
2012-08-20 14:42:24rosslagerwallsetrecipients: + rosslagerwall, Apple Grew
2012-08-20 14:42:24rosslagerwallsetmessageid: <1345473744.8.0.674755863822.issue15739@psf.upfronthosting.co.za>
2012-08-20 14:42:03rosslagerwalllinkissue15739 messages
2012-08-20 14:42:03rosslagerwallcreate