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 dino.viehland
Recipients Emmanuel.Decitre, Peter.Wentworth, dino.viehland, gregorlingl, kbk, r.david.murray, terry.reedy
Date 2011-06-14.20:21:04
SpamBayes Score 0.0052109915
Marked as misclassified No
Message-id <1308082865.66.0.630881984286.issue6717@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-14 20:21:05dino.viehlandsetrecipients: + dino.viehland, terry.reedy, kbk, gregorlingl, r.david.murray, Peter.Wentworth, Emmanuel.Decitre
2011-06-14 20:21:05dino.viehlandsetmessageid: <1308082865.66.0.630881984286.issue6717@psf.upfronthosting.co.za>
2011-06-14 20:21:05dino.viehlandlinkissue6717 messages
2011-06-14 20:21:04dino.viehlandcreate