[New-bugs-announce] [issue28256] Cleanup Modules/_math.c

STINNER Victor report at bugs.python.org
Fri Sep 23 05:59:22 EDT 2016


New submission from STINNER Victor:

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

----------
files: math.patch
keywords: patch
messages: 277266
nosy: christian.heimes, haypo, mark.dickinson
priority: normal
severity: normal
status: open
title: Cleanup Modules/_math.c
versions: Python 3.7
Added file: http://bugs.python.org/file44792/math.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28256>
_______________________________________


More information about the New-bugs-announce mailing list