[issue1754483] linecache package handling

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Setting #1309567 as superseder. -- dependencies: -linecache module returns wrong results resolution: -> duplicate status: open -> closed superseder: -> linecache module returns wrong results ___ Python tracker

[issue1754483] linecache package handling

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Test script works with patch from issue 1309567. Hans, do you have more test cases? -- dependencies: +linecache module returns wrong results nosy: +ajaksu2 type: -> behavior versions: +Python 2.6, Python 3.0 ___ Pytho

[issue1754483] linecache package handling

2008-07-05 Thread Hans Ulrich Niedermann
Hans Ulrich Niedermann <[EMAIL PROTECTED]> 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 foomain(sys.argv) File "/home/uli/foo/src/foo", line 79, in foomain foolib.

[issue1754483] linecache package handling

2008-07-05 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> georg.brandl nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue1754483] linecache package handling

2008-07-04 Thread Kevin Goodsell
Kevin Goodsell <[EMAIL PROTECTED]> added the comment: Here's a small test script. Added file: http://bugs.python.org/file10813/test.py ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue1754483] linecache package handling

2008-07-04 Thread Kevin Goodsell
Kevin Goodsell <[EMAIL PROTECTED]> added the comment: Hans is right, that patch isn't very good. Here's a second pass. This one avoids joining the file basename to sys.path components, which I'd say is wrong since it strips (presumably relevant) leading path components. A second part of this ski

[issue1754483] linecache package handling

2008-06-30 Thread Hans Ulrich Niedermann
Hans Ulrich Niedermann <[EMAIL PROTECTED]> added the comment: The following issues appear to be the same bug to me: http://bugs.python.org/issue1068477 http://bugs.python.org/issue1309567 http://bugs.python.org/issue1754483 and are, as of 2008-06-30, unfixed in both rel25-maint and tru

[issue1754483] linecache package handling

2008-06-30 Thread Hans Ulrich Niedermann
Hans Ulrich Niedermann <[EMAIL PROTECTED]> added the comment: The patch does not fix the underlying problem which is not limited to files named '__init__.py'. -- nosy: +ndim ___ Python tracker <[EMAIL PROTECTED]>