Open ghost opened 8 years ago
Yes, this is related to #190
Maybe about time to fix it?
Comparing pyx
files generated for COMPLEX256_T
and COMPLEX128_T
, I don't see any difference... (there are some differences in methodsvalues()
, items()
and _norm_one()
but this is completely normal).
Comparing both C
files... There are important differences...
The is really a good nice bug. I can not spend too much time on it right now. As from 22nd of December, COMPLEX258_T
is no longer supported. I'll dedicate some time later to work specifically on this, probably with the Cython
team.
This code does not work:
However, replace
COMPLEX256_T
by any other type, it does work...Related to #190 ?