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 vstinner
Recipients christian.heimes, mark.dickinson, vstinner
Date 2016-09-23.09:59:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474624762.76.0.457189926802.issue28256@psf.upfronthosting.co.za>
In-reply-to
Content
On a code coverage report, I noticed that _math.c has a very bad coverage. In fact, we define dead code when the system provides most required math functions.

Attached patch avoids declaring unused functions.

See the coverage at:
http://tiran.bitbucket.org/python-lcov/Modules/index.html
History
Date User Action Args
2016-09-23 09:59:22vstinnersetrecipients: + vstinner, mark.dickinson, christian.heimes
2016-09-23 09:59:22vstinnersetmessageid: <1474624762.76.0.457189926802.issue28256@psf.upfronthosting.co.za>
2016-09-23 09:59:22vstinnerlinkissue28256 messages
2016-09-23 09:59:22vstinnercreate