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 shihai1991
Recipients ammar2, brett.cannon, corona10, shihai1991, vstinner
Date 2020-04-21.15:23:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> The historical background is code coverage of C code seemed like a good idea, so we set it up. :) Not much else to it.

Hm, code coverage of C code including two parts:
1) coverage of inner c code;
2) extension modules built by distutils;

If I understand correct, we force on 1) is good enough, no?
History
Date User Action Args
2020-04-21 15:23:18shihai1991setrecipients: + shihai1991, brett.cannon, vstinner, ammar2, corona10
2020-04-21 15:23:18shihai1991setmessageid: <[email protected]>
2020-04-21 15:23:18shihai1991linkissue40237 messages
2020-04-21 15:23:18shihai1991create