]> granicus.if.org Git - python/commit
Issue #28256: Cleanup _math.c
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Oct 2016 14:29:27 +0000 (16:29 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Oct 2016 14:29:27 +0000 (16:29 +0200)
commitbf9655854bec3e4cddc0580e815938f9f678cd23
tree6d4944086988d7d968e1555a639aba882025e0fd
parent22e36afc17b70fe8171024948b615463380e8484
Issue #28256: Cleanup _math.c

Only define fallback implementations when needed. It avoids producing deadcode
when the system provides required math functions.
Modules/_math.c
Modules/_math.h