[New-bugs-announce] [issue9936] trace misreports "missing" lines

Alexander Belopolsky report at bugs.python.org
Fri Sep 24 04:55:55 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

With the attached traceme.py, 


$ python -m trace -m -s -c  traceme.py
lines   cov%   module   (path)
    2    50%   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 <report at bugs.python.org>
<http://bugs.python.org/issue9936>
_______________________________________


More information about the New-bugs-announce mailing list