[Cython] Automatic conversion with fixed-size C arrays

Kurt Smith kwmsmith at gmail.com
Fri Jul 18 21:08:50 CEST 2014


On Wed, Jul 16, 2014 at 1:02 PM, Robert Bradshaw <robertwb at gmail.com> wrote:
>
>
> Yes, this'd be nice to have. One difficulty with arrays is that they
> can't be returned by value, and so the ordinary from_py_function
> mechanism (which gets called recursively) would need to be adapted.
> (Allowing to_py_function to be optinally be called by reference
> instead of by value could be nice as well from a performance
> standpoint.)
>

OK, thanks for the pointers.  I'll put some time on this over the weekend.
 Should I just make a PR when things are ready to review, or should I put
up an issue first?


>
> - Robert
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> https://mail.python.org/mailman/listinfo/cython-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20140718/5255b1cb/attachment.html>


More information about the cython-devel mailing list