[Cython] Too many instantiations with fused type memoryviews

Pauli Virtanen pav at iki.fi
Sat Mar 8 21:59:18 CET 2014


08.03.2014 22:40, Stefan Behnel kirjoitti:
[clip]
> Yes, this is a known problem. The work-around is to ctypedef the
> memory view type, not just the dtype.
> 
> http://thread.gmane.org/gmane.comp.python.cython.user/10437

Thanks, I missed that.

Re: arguments in the previous thread --- I think it would indeed be
better if memoryviews would not invoke cross-product behavior. If
scalars work in one way, also arrays should work in the same way.

	Pauli




More information about the cython-devel mailing list