[Python-Dev] Exception tracebacks (original) (raw)
Aahz aahz at pythoncraft.com
Sun Jul 13 23:42:09 CEST 2008
- Previous message: [Python-Dev] Exception tracebacks
- Next message: [Python-Dev] PEP 8 conformance of unittest (was: unittest's redundant assertions: asserts vs. failIf/Unlesses)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Jul 13, 2008, Tom Mullins wrote:
I do not know where cleanuptraceback (in run.py) is called, or really anything about the inner workings of python, but there is a problem with sys.tracebacklimit. If it is set to one or zero, "** IDLE Internal Exception" is printed in the traceback for any exception, not internal ones. I think tracebacklimit is applied to the traceback before cleanuptraceback is called, but should be applied after. I imagine the solution is not that simple, and you may already be aware of the problem, but thanks anyway.
If you care about this issue, please file a report at bugs.python.org
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
I support the RKAB
- Previous message: [Python-Dev] Exception tracebacks
- Next message: [Python-Dev] PEP 8 conformance of unittest (was: unittest's redundant assertions: asserts vs. failIf/Unlesses)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]