Issue 25925: Coverage support for CPython 2 (original ) (raw )Created on 2015-12-22 14:07 by alecsandru.patrascu , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Messages (5)
msg256839 - (view)
Author: Alecsandru Patrascu (alecsandru.patrascu) *
Date: 2015-12-22 14:07
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
msg256840 - (view)
Author: Zachary Ware (zach.ware) *
Date: 2015-12-22 15:02
Left a couple of review comments on Rietveld.
msg256841 - (view)
Author: Alecsandru Patrascu (alecsandru.patrascu) *
Date: 2015-12-22 15:15
Thank you for the reviews. I've added a new patch (v02) to correct the issues.
msg258644 - (view)
Author: Roundup Robot (python-dev)
Date: 2016-01-20 06:12
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
msg258645 - (view)
Author: Zachary Ware (zach.ware) *
Date: 2016-01-20 06:13
Committed (with a couple minor tweaks), thanks for the patch!
History
Date
User
Action
Args
2022-04-11 14:58:25
admin
set
github: 70113
2016-01-20 06:13:25
zach.ware
set
status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2016-01-20 06:12:35
python-dev
set
nosy: + python-dev messages: +
2015-12-22 15:15:04
alecsandru.patrascu
set
files: + coverage-2.7-v02.patch messages: +
2015-12-22 15:02:47
zach.ware
set
nosy: + zach.ware messages: + stage: patch review
2015-12-22 14:10:03
abarry
set
nosy: + abarry
2015-12-22 14:08:00
alecsandru.patrascu
create