[Cython] Cython 0.29 – or 29.0 ?

Stefan Behnel stefan_ml at behnel.de
Fri Aug 17 07:43:54 EDT 2018


Yury V. Zaytsev schrieb am 17.08.2018 um 10:59:
> On Fri, 17 Aug 2018, James C. McPherson wrote:
>> 1.0 runs the risk of hitting "never install a 1.0 release" habits.
> 
> How about 2.9.0 ;-) ?

Sold! :)

Proposal: we'll release a 2.9.0 next, which gives a warning that users
should explicitly enable "language_level=2" in their setup.py when
compiling Py2 code, and then release 3.0 as the next feature release, which
requires this option for Py2 code and defaults to compiling with Py3 syntax
and semantics.

Stefan


More information about the cython-devel mailing list