[Python-Dev] Greg Stein's correction broke my traceback wrapper

Greg Stein gstein@lyra.org
Sat, 10 Jun 2000 22:44:30 -0700


On Sun, Jun 11, 2000 at 12:29:37AM -0400, Eric S. Raymond wrote:
> Greg Stein's correction broke my traceback wrapper.  I now do *not*
> see a traceback on an exit due to Python runtime errors.  I don't know
> why this is.

That's strange... a "finally" does not munge tracebacks at all. An exception
from a lower level should propagate outwards without interference.

Do you still have an "except:" in your code somewhere? (that could be eating
your exception) Maybe your test case isn't failing as expected :-) If you'd
like, post a copy of the test, and we can debug the wrapper and/or test.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/