Skip to content

bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython.#14146

Merged
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:math-comb-perm-overflow
Jun 17, 2019
Merged

bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython.#14146
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:math-comb-perm-overflow

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

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

Other implementation can raise MemoryError, but it can takes hours.

https://bugs.python.org/issue35431

… CPython.

Other implementation can raise MemoryError, but it can takes hours.
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@serhiy-storchaka serhiy-storchaka deleted the math-comb-perm-overflow branch June 17, 2019 13:58
@miss-islington
Copy link
Copy Markdown
Contributor

Sorry @serhiy-storchaka, I had trouble checking out the 3.7 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 1b8a46d59734a77cd1f5ffcf3bdfcaafd58a87e7 3.7

@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Copy Markdown
Contributor

Sorry @serhiy-storchaka, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 1b8a46d59734a77cd1f5ffcf3bdfcaafd58a87e7 3.8

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jun 19, 2019
…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

GH-14226 is a backport of this pull request to the 3.8 branch.

serhiy-storchaka added a commit that referenced this pull request Jun 23, 2019
…nly on CPython. (GH-14146) (#14226)

Other implementation can raise MemoryError, but it can takes hours.
(cherry picked from commit 1b8a46d)
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
… CPython. (pythonGH-14146)

Other implementation can raise MemoryError, but it can takes hours.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
… CPython. (pythonGH-14146)

Other implementation can raise MemoryError, but it can takes hours.
@serhiy-storchaka serhiy-storchaka removed their assignment Dec 29, 2020
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.

4 participants