Message158145
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. |
|
Date |
User |
Action |
Args |
2012-04-12 16:12:11 | dino.viehland | set | recipients:
+ dino.viehland, loewis, terry.reedy, kbk, pitrou, gregorlingl, r.david.murray, asvetlov, flupke, Peter.Wentworth, Emmanuel.Decitre |
2012-04-12 16:12:11 | dino.viehland | set | messageid: <1334247131.7.0.125019546548.issue6717@psf.upfronthosting.co.za> |
2012-04-12 16:12:11 | dino.viehland | link | issue6717 messages |
2012-04-12 16:12:11 | dino.viehland | create | |
|