Re: [Cython] a C++ wrapping wishlist

2015-05-23 Thread Robert Bradshaw
On Thu, May 21, 2015 at 1:22 PM, Ian Henriksen wrote: > > On Thu, May 21, 2015 at 2:13 AM Stefan Behnel 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 misund

Re: [Cython] a C++ wrapping wishlist

2015-05-21 Thread Ian Henriksen
On Thu, May 21, 2015 at 2:13 AM Stefan Behnel 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 bu