[issue6717] Some problem with recursion handling

Antoine Pitrou report at bugs.python.org
Thu Apr 12 18:37:42 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> FYI this isn't actually causing any problems for me, I just ran into it 
> while doing IronPython development and was surprised to be able to
> crash the interpreter w/ pure Python code, and my crash looked awfully 
> similar to this bug.

I agree that crashing isn't ideal, and there may be more graceful ways of crashing instead of abort(), so that people don't get that horrible message box under Windows. Suggestions welcome.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6717>
_______________________________________


More information about the Python-bugs-list mailing list