[Cython] Pull request #374 (api mangling prefix) merged in Sage
This has been merged in Sage's version of Cython: https://github.com/cython/cython/pull/374 The change looks quite innocent, so I so little reason to not merge it in Cython master. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] Broken link to CEP 516
On Thu, May 21, 2015 at 10:59 AM, Stefan Behnel wrote: > Jeroen Demeyer schrieb am 21.05.2015 um 14:21: >> http://docs.cython.org/src/reference/compilation.html#compiler-directives >> there are two links to "CEP 516" but they are broken. > > Thanks. The problem seems to be an incorrect redirect to > "github.../wikienhancements/" instead of "github.../wiki/enhancements/". > > I don't know how the setup is done here, but Robert should know. It's now an apache redirect. The above URL is fixes, as well as the / to - translation for, e.g. http://wiki.cython.org/enhancements/division ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] a C++ wrapping wishlist
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 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. Indeed. > That's a very well-thought-out list. Overloading assignment and > defining custom type coercions would be useful features to have. This is, however, a slippery slope. > An idiomatic way of writing signatures for variadic templates and Yes, template support certainly has a lot to be desired. > letting functions returning references be used as left-values are > two other things that would be very nice to see. Letting arbitrary expressions be lvalues would be a major change to the Python API... ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel