[pypy-issue] [issue1544] numpypy: complex(complex128)

Armin Rigo tracker at bugs.pypy.org
Wed Jul 17 10:40:47 CEST 2013


New submission from Armin Rigo <armin.rigo at gmail.com>:

a = numpypy.array([1,2,3.4J],dtype=complex)
print a[2]            # 3.4j
print complex(a[2])   # 0j???

Bug.

----------
messages: 5942
nosy: arigo, pypy-issue
priority: bug
status: unread
title: numpypy: complex(complex128)

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


More information about the pypy-issue mailing list