[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 regrtests, it provides a broader view of the hot and cold zones in the 
interpreter.

Thank you,
Alecsandru

--
components: Build
files: coverage-2.7-v01.patch
keywords: patch
messages: 256839
nosy: alecsandru.patrascu
priority: normal
severity: normal
status: open
title: Coverage support for CPython 2
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file41385/coverage-2.7-v01.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com