Skip to content

Conversation

@ammaraskar
Copy link
Member

@ammaraskar ammaraskar commented Sep 20, 2019

Edit: math.pow changes removed on Mark's request.

https://bugs.python.org/issue38237

Automerge-Triggered-By: @rhettinger

@rhettinger
Copy link
Contributor

rhettinger commented Sep 21, 2019

This looks good :-)

I'll go through it in more detail shortly.

@miss-islington
Copy link
Contributor

@ammaraskar: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 87d6cd3 into python:master Sep 21, 2019
mod: object = None
Equivalent to x**y (with two arguments) or x**y % z (with three arguments)
Equivalent to base**exp (with two arguments) or base**exp % mod (with three arguments)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is too long.

@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 21, 2019
…yword passable (pythonGH-16302)

Edit: `math.pow` changes removed on Mark's request.

https://bugs.python.org/issue38237

Automerge-Triggered-By: @rhettinger
(cherry picked from commit 87d6cd3)

Co-authored-by: Ammar Askar <[email protected]>
rhettinger pushed a commit that referenced this pull request Sep 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants