[Cython] a C++ wrapping wishlist

Ian Henriksen insertinterestingnamehere at gmail.com
Thu May 21 22:22:54 CEST 2015


On Thu, May 21, 2015 at 2:13 AM Stefan Behnel <stefan_ml at behnel.de> wrote:

> Someone wrote a list of shortcomings after wrapping some C++ code:
>
> http://blog.marcus-brinkmann.de/2014/07/31/cython-trouble/
>
> A couple of these issues are due to misunderstandings (specifically the
> "imports" section) or now-fixed bugs (post is almost a year old), but it
> seems that some of them are still valid and might be low-hanging fruit.
>
> Stefan
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> https://mail.python.org/mailman/listinfo/cython-devel


That's a very well-thought-out list. Overloading assignment and
defining custom type coercions would be useful features to have.
An idiomatic way of writing signatures for variadic templates and
letting functions returning references be used as left-values are
two other things that would be very nice to see.
Thanks!
-Ian Henriksen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20150521/9a3adce3/attachment.html>


More information about the cython-devel mailing list