
report at bugs
Jul 5, 2008, 5:37 AM
Post #6 of 6
(106 views)
Permalink
|
|
[issue1754483] linecache package handling
[In reply to]
|
|
Hans Ulrich Niedermann <hun[at]n-dimensional.de> added the comment: Even with that patch, I'm still getting backtraces similar to this: Traceback (most recent call last): File "/home/user/foo/src/foo", line 83, in <module> foomain(sys.argv) File "/home/uli/foo/src/foo", line 79, in foomain foolib.main.cmdmain(sys.argv) File "./foolib/main.py", line 250, in cmdmain File "./foolib/main.py", line 199, in main File "./foolib/main.py", line 180, in __init__ File "./foolib/main.py", line 115, in __get__ AttributeError: property--48216a94 Looks like I should write a dozen test cases I can think of on my own. :) _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue1754483> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|