On Sat, Dec 11, 2010 at 5:52 PM, Robert Kern <robert.k...@gmail.com> wrote:
> On 2010-12-11 17:09 , Robert Bradshaw wrote:
>> On Sat, Dec 11, 2010 at 1:44 PM, Arfrever Frehtes Taifersar Arahesis
>> <arfrever....@gmail.com>  wrote:
>>> 2010-12-11 12:01:11 Robert Bradshaw napisał(a):
>>>> Release candidate up at
>>>> http://cython.org/release/Cython-0.14.rc0.tar.gz . Unless something
>>>> bad is discovered, this will be the release sometime early next week.
>>>
>>> Some tests fail.
>>>
>>> Test failures with Python 2.6 (the same tests fail with Python 2.7):
>>
>> [...]
>>
>> Not sue what's up with all these numpy errors, but many (not all) of
>> them look like a change in formatting of error messages. The basic
>> functionality still seems to be passing--does anyone know if this is a
>> regression?
>
> I think so. I think these are real regressions:
>
>   ValueError: Does not understand character buffer dtype format string (':')
>
>  From regular Python, I've tried a few of the dtype() calls that you make, and
> they seem to work fine. I don't see a problem in the generated code, though.

They all work for me too, but maybe that's because I'm using an older
version of NumPy (the one that ships with Sage). Has anyone tried
Numpy 1.5 with Cython 0.13?

> The rest are, as you say, just changes to the contents of the exception
> messages. That's the problem with over-specific doctests. :-)

Very true (though in this case we are verifying that the right error
is raised).

- Robert
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to