Hi,

Simon Burton wrote:
> On Tue, 12 Aug 2008 12:28:40 -0700
> Robert Bradshaw <[EMAIL PROTECTED]> wrote:
> 
>> On Aug 12, 2008, at 8:53 AM, Simon Burton wrote:
>>> $ cython foo.pyx
>>> Error converting Pyrex file to C:
>>> cdef class Foo:
>>>     public unsigned int zap
>>> foo.pyx:5:11: Syntax error in simple statement list
>>>
>> Don't you have to write
>>
>> cdef class Foo:
>>      cdef public unsigned int zap
> 
> Yes apparently so.
> However, this was working in Cython version 0.9.6.12

Then I'm happy we fixed that bug already. :)

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to