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, asvetlov, dino.viehland, flupke, gregorlingl, kbk, loewis, pitrou, r.david.murray, terry.reedy
Date 2012-04-12.16:12:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334247131.7.0.125019546548.issue6717@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine: If you're looking at my test.py then my expectation is that this doesn't crash because a RuntimeError should be raised when the maximum recursion limit is hit, and then the trace handler should be uninstalled because it leaks an exception.  And that's exactly what seems to happens on Python 2.x.  We shouldn't ever hit the OS stack limit because Python's recursion limit should be enforced even in the face of a sys.settrace handler.
History
Date User Action Args
2012-04-12 16:12:11dino.viehlandsetrecipients: + dino.viehland, loewis, terry.reedy, kbk, pitrou, gregorlingl, r.david.murray, asvetlov, flupke, Peter.Wentworth, Emmanuel.Decitre
2012-04-12 16:12:11dino.viehlandsetmessageid: <1334247131.7.0.125019546548.issue6717@psf.upfronthosting.co.za>
2012-04-12 16:12:11dino.viehlandlinkissue6717 messages
2012-04-12 16:12:11dino.viehlandcreate