[pypy-issue] [issue1034] micronumpy types rpow raises NotImplemented

Stefan Nelson-Lindall tracker at bugs.pypy.org
Wed Feb 8 07:26:34 CET 2012


New submission from Stefan Nelson-Lindall <bethebunny at gmail.com>:

>>>> import numpypy as np
>>>> pi = np.float64(3.14)
>>>> pi ** 2.72
22.4723578915
>>>> 2.72 ** pi
Traceback (most recent call last):
  File "<console>", line 1, in <module>
TypeError: operands do not support **
>>>> pi.__rpow__(2.72)
NotImplemented

----------
messages: 3875
nosy: bunny, pypy-issue
priority: bug
status: unread
title: micronumpy types rpow raises NotImplemented

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1034>
________________________________________


More information about the pypy-issue mailing list