Traceback not going all the way to the exception?

Terry Reedy tjreedy at udel.edu
Thu Oct 9 14:59:02 EDT 2008


sert wrote:
> 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
> 
> Is this a known issue or should I submit a bug report?

You forgot to specify which version of Python on which computer system.
I do not remember anything like this.  You can search the items at 
bugs.python.org.  If no one explains this, I suggest a bug report.




More information about the Python-list mailing list