Carl Friedrich Bolz <[email protected]> added the comment: That's actually a feature, it can be helpful when debugging where an applevel exception comes from. Didn't find documentation for it though.
pyinteractive.py has a few extra features like that: http://doc.pypy.org/en/latest/getting-started-dev.html#special-introspection-features-of-the-untranslated-python-interpreter I've no clue why you get three exceptions in the file case though... ---------- nosy: +cfbolz ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1425> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
