[Cython] "relaxed_strides" test broken with NumPy 1.8

Stefan Behnel stefan_ml at behnel.de
Sat Jan 4 17:45:15 CET 2014


Robert Bradshaw, 04.01.2014 17:40:
> On Sat, Jan 4, 2014 at 6:46 AM, Stefan Behnel wrote:
>> Stefan Behnel, 04.01.2014 12:53:
>>> I didn't define the NPY_RELAXED_STRIDES_CHECKING
>>> environment variable for the NumPy build. Let's try that first.
>>>
>>> http://docs.scipy.org/doc/numpy/release.html#npy-relaxed-strides-checking
>>
>> Yep, that was it. Seems to work nicely now.
>
> Excellent, thanks. I'll make sure this gets into the release.

It's not a change in Cython, just a config option for the NumPy build (i.e.
I changed it in the Jenkins jobs that install the external packages into
CPython).

Stefan



More information about the cython-devel mailing list