Dino Viehland <di...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6717>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to