Re: [Cython] setting C++ mode in cythonize()

2014-10-04 Thread Matthew Honnibal
On Friday, 3 October 2014 17:27:54 UTC+10, Stefan Behnel wrote: > > Hi, > > the documentation suggests to pass language='c++' into cythonize() to > globally enable C++ mode, but AFAICT, this never actually worked. Cython > previously ignored this option, Cython 0.21 rejects it, and we didn't

[Cython] setting C++ mode in cythonize()

2014-10-03 Thread Stefan Behnel
Hi, the documentation suggests to pass language='c++' into cythonize() to globally enable C++ mode, but AFAICT, this never actually worked. Cython previously ignored this option, Cython 0.21 rejects it, and we didn't update the docs, so the current situation is outright confusing. http://docs.cyt