]> granicus.if.org Git - python/commit
Fix division by 0 when checking for overflow in math.prod (GH-11808)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 10 Feb 2019 19:56:58 +0000 (19:56 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Feb 2019 19:56:58 +0000 (19:56 +0000)
commit4207907c2b8c0b3da62de2acdb8b22b5bbe7f7a2
treeef4afcf1790d3e2e9e6d4573c87c0d46cf5f51b7
parent181835d5a9bffee247bc2f7eefc778c1812bc982
Fix division by 0 when checking for overflow in math.prod (GH-11808)
Lib/test/test_math.py
Modules/mathmodule.c