[issue6717] Some problem with recursion handling

Dino Viehland report at bugs.python.org
Tue Jun 14 22:21:05 CEST 2011


Dino Viehland <dinov at microsoft.com> added the comment:

I ran into a similar issue and believe I have a simpler repro.  I think the issue here might be that when you take a stack overflow inside of a sys.settrace handler that you can then later violate the stack depth.  The attached test.py has no dependencies and crashes 3.x but works on 2.x.

----------
nosy: +dino.viehland
Added file: http://bugs.python.org/file22365/test.py

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


More information about the Python-bugs-list mailing list