Lisandro Dalcin wrote:

> However, perhaps I could change sizeof(int[3]) to 3*sizeof(int). It
> seems it should be equivalent, but I'm not completelly sure?

Yes, I think it will be equivalent. (It had better be,
otherwise a lot of code that allocates memory for arrays
is broken...)

But the original syntax should be made to work if
possible.

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to