Re: [Cython] Website still mentions Python 3.2

2017-09-28 Thread Stefan Behnel
Jeroen Demeyer schrieb am 28.09.2017 um 11:32: > I think that this sentence on cython.org is outdated: > > The C code is generated once and then compiles with all major C/C++ > compilers in CPython 2.6, 2.7 (2.4+ with Cython 0.20.x) as well as 3.2 and > all later versions. Replaced with 3.3. Than

[Cython] Website still mentions Python 3.2

2017-09-28 Thread Jeroen Demeyer
I think that this sentence on cython.org is outdated: The C code is generated once and then compiles with all major C/C++ compilers in CPython 2.6, 2.7 (2.4+ with Cython 0.20.x) as well as 3.2 and all later versions. ___ cython-devel mailing list cyt

Re: [Cython] Issue with function annotations

2017-09-28 Thread Lisandro Dalcin
On 27 September 2017 at 17:18, Stefan Behnel wrote: > Lisandro Dalcin schrieb am 27.09.2017 um 15:53: >> Annotations can be used for >> type hinting, but they are not required to do that. > > Well, they sort of are, according to PEP 484. > I gently disagree. Third paragraph of PEP 484: """ Note