bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)



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


https://bugs.python.org/issue36379
4 files changed