Nathaniel Smith, 04.01.2014 18:36:
> On 4 Jan 2014 17:07, "Robert Bradshaw" wrote:
>> Yes, that'd be good. Do you know how? I won't have time to look at this
> 'till next week.
> 
> Something like
> 
> if not np.ones((10, 1), order="C").flags.f_contiguous:
>   # numpy without relaxed stride support
>   raise SkipTest

https://github.com/cython/cython/commit/e1982505564125714d2010391eecfb8de61626fa

Stefan

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

Reply via email to