On Mon, 24 Jan 2011 01:28:26 +0100 "Martin v. Löwis" <[email protected]> wrote: > > I wonder whether we could sprinkle more exception-set? checks in > the interpreter loop, at least in debug mode.
Yes, this would be nice. Nicer if it can be centralized, of course. That said, it probably wouldn't have helped here, since the code which exhibited the bug (the find_recursion_limit.py script) is basically never run automatically, and very rarely by a human. Regards Antoine. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
