[issue9936] trace misreports missing lines

2010-10-05 Thread Alexander Belopolsky

Changes by Alexander Belopolsky belopol...@users.sourceforge.net:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9936] trace misreports missing lines

2010-09-26 Thread Arfrever Frehtes Taifersar Arahesis

Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com 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 tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9936] trace misreports missing lines

2010-09-26 Thread Alexander Belopolsky

Alexander Belopolsky belopol...@users.sourceforge.net added the comment:

On Sun, Sep 26, 2010 at 5:47 PM, Arfrever Frehtes Taifersar Arahesis
rep...@bugs.python.org wrote:
..

 test_issue9936 fails on 2.7 branch.

Should be fixed by r85020.  Thanks.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9936] trace misreports missing lines

2010-09-24 Thread Alexander Belopolsky

Changes by Alexander Belopolsky belopol...@users.sourceforge.net:


--
stage: unit test needed - commit review
Added file: http://bugs.python.org/file18998/issue9936a.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9936] trace misreports missing lines

2010-09-24 Thread Alexander Belopolsky

Alexander Belopolsky belopol...@users.sourceforge.net added the comment:

Fixed in r84994, r84995 (3.1) and r84996 (2.7).

--
resolution:  - fixed
stage: commit review - committed/rejected

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9936] trace misreports missing lines

2010-09-23 Thread Alexander Belopolsky

New submission from Alexander Belopolsky belopol...@users.sourceforge.net:

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 are executed.

--
files: traceme.py
messages: 117257
nosy: belopolsky
priority: normal
severity: normal
status: open
title: trace misreports missing lines
Added file: http://bugs.python.org/file18990/traceme.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9936] trace misreports missing lines

2010-09-23 Thread Alexander Belopolsky

Alexander Belopolsky belopol...@users.sourceforge.net 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/file18991/issue9936.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9936] trace misreports missing lines

2010-09-23 Thread Alexander Belopolsky

Changes by Alexander Belopolsky belopol...@users.sourceforge.net:


--
nosy: +eli.bendersky, terry.reedy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9936] trace misreports missing lines

2010-09-23 Thread Alexander Belopolsky

Changes by Alexander Belopolsky belopol...@users.sourceforge.net:


--
versions: +Python 2.7, Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9936
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com