Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc#13546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc#13546
Uh oh!
There was an error while loading.Please reload this page.
Conversation
If a type's __ipow__ method was implemented in C, attempting to usethe *modulo* parameter would cause crashes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks!
Thanks@ZackerySpytz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
I'm having trouble backporting to |
…-13546)If a type's __ipow__ method was implemented in C, attempting to usethe *modulo* parameter would cause crashes.https://bugs.python.org/issue36379
Uh oh!
There was an error while loading.Please reload this page.
If a type'sipow method was implemented in C, attempting to use
themodulo parameter would cause crashes.
https://bugs.python.org/issue36379