[pythran] Re: ndarray

  • From: serge Guelton <sguelton@xxxxxxxxxxxxx>
  • To: pythran@xxxxxxxxxxxxx
  • Date: Fri, 29 Aug 2014 22:50:45 +0200

> Just for information. On your example:
> 
> #export sum(int[])
> def sum (x):
> 
> We will *assum* that x is contiguous.
> 
> If you use : sum(a[::2]), you will have an incorrect output.
> It can be fix if you need this kind of use.

Correct. We should open a ticket on this one...

Other related posts: