[issue41903] PyNumber_InPlacePower ignores o3 if o1 implements __ipow__

Ammar Askar report at bugs.python.org
Thu Oct 1 11:46:29 EDT 2020


Ammar Askar <ammar at ammaraskar.com> added the comment:

Also of note, there is actually no way to call `PyNumber_InPlacePower` from pure python from what I can tell. Even libraries like numpy don't implement the three-argument version of the nb_inplace_power slot.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41903>
_______________________________________


More information about the Python-bugs-list mailing list