[Python-bugs-list] [Bug #132136] traceback module gets out of sync source lines

noreply@sourceforge.net noreply@sourceforge.net
Mon, 12 Feb 2001 21:19:53 -0800


Bug #132136, was updated on 2001-Feb-12 21:19
Here is a current snapshot of the bug.

Project: Python
Category: Python Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: traceback module gets out of sync source lines

Details: the line numbers printed by the traceback module
can get out of sync when modules are reload()ed.
this is confusing.

it seems to me the simplest solution is to disable caching of the source
files altogether, since printing tracebacks is not often a very performance
critical task. 

  -- erno@iki.fi


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132136&group_id=5470