On Tue, May 31, 2011 at 12:08:52PM +0200, mark florisson wrote:
> Cool. Would it be useful to always generate wrapper functions for
> extern functions with numeric argument types? E.g. this is valid
> Cython code:
>
> cdef extern from "foo.h":
> ctypedef unsigned int size_t
> size_t func_w
On 30 May 2011 23:31, Romain Guillebert wrote:
> Hi
>
> I've posted and article on my blog that explains what I've done during
> the community bonding period and the first week of the Google Summer of
> Code :
> http://rguillebert.blogspot.com/2011/05/cython-backend-aiming-pypy-week-1.html
>
> Che