Skip to content

[3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146)#14226

Merged
serhiy-storchaka merged 1 commit intopython:3.8from
serhiy-storchaka:backport-1b8a46d-3.8
Jun 23, 2019
Merged

[3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146)#14226
serhiy-storchaka merged 1 commit intopython:3.8from
serhiy-storchaka:backport-1b8a46d-3.8

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Jun 19, 2019

Other implementation can raise MemoryError, but it can takes hours.
(cherry picked from commit 1b8a46d)

https://bugs.python.org/issue35431

…nly on CPython. (pythonGH-14146)

Other implementation can raise MemoryError, but it can takes hours.
(cherry picked from commit 1b8a46d)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-bot
Copy link
Copy Markdown

@serhiy-storchaka: Please replace # with GH- in the commit message next time. Thanks!

@serhiy-storchaka serhiy-storchaka deleted the backport-1b8a46d-3.8 branch June 23, 2019 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants