On Tue, Jan 14, 2014 at 6:32 AM, Robert Bradshaw wrote:
> I've verified that Stefan's latest fix lets h5py compile.
>
>
confirmed, that the new fix works, I guess it is:
https://github.com/cython/cython/commit/714f5e86b23fee295bb6a05b83a6d1031e0439d7
thanks
there are a bunch of uninitialized use
I've verified that Stefan's latest fix lets h5py compile.
On Mon, Jan 13, 2014 at 10:49 AM, Julian Taylor
wrote:
> On 13.01.2014 09:26, Stefan Behnel wrote:
>> Hi,
>> ...
>>>
>>> it was introduced in cython around this commit:
>>> b6b5152f386ddae503674cc26200a547f3b4c8b0
>>> properly handle expre
On 13.01.2014 09:26, Stefan Behnel wrote:
> Hi,
> ...
>>
>> it was introduced in cython around this commit:
>> b6b5152f386ddae503674cc26200a547f3b4c8b0
>> properly handle expressions at the beginning of func/class/etc. blocks
>>
>> Is this an intentional change?
>
> Well, yes, but apparently one w
Hi,
thanks for the report!
Julian Taylor, 12.01.2014 21:12:
> a h5py cython file fails to build with cython git head and 0.20b2.
> It works with older versions.
> This file fails
>
> The offending file seems to be:
> https://github.com/h5py/h5py/blob/master/h5py/h5p.pyd
>
> cython h5py/h5p.pyx