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
Z
Zackery Spytz committed
c7f803b08ed5211701c75f98ba9ada85d45ac155
Parent: c7f7069
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
on 5/31/2019, 9:46:36 AM