Hi Romain!
On Tue, 2011-06-07 at 04:40 +0200, Romain Guillebert wrote:
>
> I summarized the second week of my Summer of Code project in this blog
> post:
> http://rguillebert.blogspot.com/2011/06/cython-backend-aiming-pypy-week-2.html
Great job, keep on rocking! This is just to let you know how
2011/5/31 Dag Sverre Seljebotn :
> On 05/31/2011 01:07 PM, Vitja Makarov wrote:
>>
>> 2011/5/24 Stefan Behnel:
>>>
>>> Vitja Makarov, 23.05.2011 21:33:
2011/5/23 Stefan Behnel:
>
> However, once we really know which values change between yield calls,
> i.e.
> which ones ne
On Sat, Jun 4, 2011 at 10:36 AM, Seth Shannin wrote:
test.h:11: warning: 'struct __pyx_obj_4test_foo' declared inside parameter
list
test.h:11: warning: its scope is only this definition or declaration, which
is probably not what you want
Not sure about Cython, but the way to to this in Pyrex
Ah, that's what it means. I saw something similar to this somewhere in
some documentation, but the object keyword threw me off. To me,
'object' indicates something more on the python side than on the c side.
Also, even though you can do this to ensure the struct declaration ends
up in the header