]> granicus.if.org Git - python/commit
[3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 23 Jun 2019 14:50:04 +0000 (17:50 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2019 14:50:04 +0000 (17:50 +0300)
commit914d6b79735e5eabaf4e4d77e3f2ad4eae0beb9a
treeedc1ca4cf2ae7c7d5830b6ec52132b95904e0a0d
parent5c8b4e2b5de647a67dd1b6414fa520d2b8e973aa
[3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) (#14226)

Other implementation can raise MemoryError, but it can takes hours.
(cherry picked from commit 1b8a46d59734a77cd1f5ffcf3bdfcaafd58a87e7)
Lib/test/test_math.py