[issue9936] trace misreports "missing" lines

2010-10-05 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue9936] trace misreports "missing" lines

2010-09-26 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: On Sun, Sep 26, 2010 at 5:47 PM, Arfrever Frehtes Taifersar Arahesis wrote: .. > > test_issue9936 fails on 2.7 branch. Should be fixed by r85020. Thanks. -- ___ Python tracker

[issue9936] trace misreports "missing" lines

2010-09-26 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: test_issue9936 fails on 2.7 branch. See e.g. http://www.python.org/dev/buildbot/2.7.stable/builders/sparc%20solaris10%20gcc%202.7/builds/268/steps/test/logs/stdio -- nosy: +Arfrever ___ Python t

[issue9936] trace misreports "missing" lines

2010-09-24 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Fixed in r84994, r84995 (3.1) and r84996 (2.7). -- resolution: -> fixed stage: commit review -> committed/rejected ___ Python tracker ___

[issue9936] trace misreports "missing" lines

2010-09-24 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- stage: unit test needed -> commit review Added file: http://bugs.python.org/file18998/issue9936a.diff ___ Python tracker ___ _

[issue9936] trace misreports "missing" lines

2010-09-23 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue9936] trace misreports "missing" lines

2010-09-23 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- nosy: +eli.bendersky, terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue9936] trace misreports "missing" lines

2010-09-23 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I am attaching a patch that fixes this issue. Need to add a unit test. -- assignee: -> belopolsky components: +Library (Lib) keywords: +patch stage: -> unit test needed type: -> behavior versions: +Python 3.2 Added file: http://bugs.python.org

[issue9936] trace misreports "missing" lines

2010-09-23 Thread Alexander Belopolsky
New submission from Alexander Belopolsky : With the attached traceme.py, $ python -m trace -m -s -c traceme.py lines cov% module (path) 250% traceme (traceme.py) $ cat traceme.cover x = (1, >> 2, 1: 3) This is wrong because all lines in traceme.py