[issue25925] Coverage support for CPython 2

2016-01-19 Thread Zachary Ware
Zachary Ware added the comment: Committed (with a couple minor tweaks), thanks for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue25925] Coverage support for CPython 2

2016-01-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed7b602a7400 by Zachary Ware in branch '2.7': Issue #25925: Backport C coverage reporting Makefile targets https://hg.python.org/cpython/rev/ed7b602a7400 -- nosy: +python-dev ___ Python tracker

[issue25925] Coverage support for CPython 2

2015-12-22 Thread Alecsandru Patrascu
Alecsandru Patrascu added the comment: Thank you for the reviews. I've added a new patch (v02) to correct the issues. -- Added file: http://bugs.python.org/file41386/coverage-2.7-v02.patch ___ Python tracker __

[issue25925] Coverage support for CPython 2

2015-12-22 Thread Zachary Ware
Zachary Ware added the comment: Left a couple of review comments on Rietveld. -- nosy: +zach.ware stage: -> patch review ___ Python tracker ___ _

[issue25925] Coverage support for CPython 2

2015-12-22 Thread Emanuel Barry
Changes by Emanuel Barry : -- nosy: +ebarry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue25925] Coverage support for CPython 2

2015-12-22 Thread Alecsandru Patrascu
New submission from Alecsandru Patrascu: Hi All, This is Alecsandru from Server Scripting Languages Optimization team at Intel Corporation. I would like to submit a patch that adds extended support for coverage, in the same way that it is used in CPython3. Used in conjunction with the regrtes