[New-bugs-announce] [issue4097] Traceback doesn't run back all the way
pinkisntwell
report at bugs.python.org
Fri Oct 10 10:54:37 CEST 2008
New submission from pinkisntwell <pinkisntwell at gmail.com>:
I just got an exception and the traceback wouldn't go all the
way to the statement that threw the exception. I found that out
by using the debugger.
Contrast the traceback:
http://tinyurl.com/5xglde
with the debugger output (notice the arrow pointing to the last
statement the traceback showed and how the execution went on
beyond it):
http://tinyurl.com/3fjgrl
----------
components: None
messages: 74621
nosy: pinkisntwell
severity: normal
status: open
title: Traceback doesn't run back all the way
type: behavior
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4097>
_______________________________________
More information about the New-bugs-announce
mailing list