Robert Bradshaw <robertwb@...> writes:

> 
> Yes, this is a bug; there is a bad interaction between fused types and
> special methods.
> 
> I created http://trac.cython.org/cython_trac/ticket/802
> 

Thanks for following up. My actual use-case was to allow either 1D or 2D
MemoryView inputs to a function by simply transforming the 1D MemoryView
to a column vector.

For now the workaround is to simply disallow 1D inputs, but it would be nice to 
have it working.

Thanks,
Dave




_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to