]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Sep 2021 20:19:02 +0000 (13:19 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 20:19:02 +0000 (22:19 +0200)
commitcd00fee8dd63bc3a1360280f55640409cb579a05
treea23743f258424613abd92e81ba5f15e297cadd53
parentfe7746c61a73f58f0cf905ad1378be884d479b5b
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) (GH-28604)

(cherry picked from commit 84975146a7ce64f1d50dcec8311b7f7188a5c962)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_math.py
Modules/mathmodule.c