]> granicus.if.org Git - python/commit
bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Jun 2019 13:58:32 +0000 (16:58 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 13:58:32 +0000 (16:58 +0300)
commit1b8a46d59734a77cd1f5ffcf3bdfcaafd58a87e7
tree2bd7bc34cc2266ff7002f7f1baf38e8f772b2eac
parent231aad38493c871dd32930a21d256cbacd2ae20c
bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146)

Other implementation can raise MemoryError, but it can takes hours.
Lib/test/test_math.py