bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc by ZackerySpytz ยท Pull Request #13546 ยท python/cpython

Conversation

If a type's __ipow__ method was implemented in C, attempting to use
the *modulo* parameter would cause crashes.

auvipy

tiran

Choose a reason for hiding this comment

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

Thanks!

@miss-islington

Thanks @ZackerySpytz for the PR ๐ŸŒฎ๐ŸŽ‰.. I'm working now to backport this PR to: 3.7.
๐Ÿ๐Ÿ’โ›๐Ÿค–

@miss-islington

I'm having trouble backporting to 3.7. Reason: 'Error 110 while writing to socket. Connection timed out.'. Please retry by removing and re-adding the needs backport to 3.7 label.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020