This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ionelmc
Recipients Arfrever, asvetlov, barry, bfroehle, bkabrda, chris.jerdonek, eric.snow, gregory.p.smith, ionelmc, kristjan.jonsson, ncoghlan, nedbat, pitrou, serhiy.storchaka
Date 2020-05-12.13:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589288784.84.0.67786670638.issue14803@roundup.psfhosted.org>
In-reply-to
Content
Note that coveragepy ain't the sole usecase for this.

https://pypi.org/project/manhole/ - a debugging tool
https://pypi.org/project/hunter/ - a tracer

In addition to those there's https://pypi.org/project/pytest-cov/ which packages the pth trick so coverage works consistently in all scenarios without putting users through the trouble of messing their python installation.

Also, the amount of activity and enthusiasm on changing something that already works while other inconsistencies in python's core like issue23990 are ignored is disheartening.
History
Date User Action Args
2020-05-12 13:06:24ionelmcsetrecipients: + ionelmc, barry, gregory.p.smith, ncoghlan, pitrou, kristjan.jonsson, nedbat, Arfrever, asvetlov, chris.jerdonek, eric.snow, serhiy.storchaka, bkabrda, bfroehle
2020-05-12 13:06:24ionelmcsetmessageid: <1589288784.84.0.67786670638.issue14803@roundup.psfhosted.org>
2020-05-12 13:06:24ionelmclinkissue14803 messages
2020-05-12 13:06:24ionelmccreate