New submission from Alexander Belopolsky <[email protected]>:
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 <[email protected]>
<http://bugs.python.org/issue9936>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com