]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Sep 2021 12:56:52 +0000 (05:56 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 12:56:52 +0000 (05:56 -0700)
commitfd52afd1928643a715202147b1ce5b0d130ec252
tree28a65cc5dc175d275bf70eb3a1b036af453b37bd
parentacd46feff3c06d3f1d00ab850e530c519445a737
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)

(cherry picked from commit 84975146a7ce64f1d50dcec8311b7f7188a5c962)

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