Re: [Cython] Annotations and Cython 3

2021-10-26 Thread da-woods
On 26/10/2021 07:53, Stefan Behnel wrote: Am 26. Oktober 2021 07:54:10 MESZ schrieb Lisandro Dalcin: In any case, if you know how and can implement the __future__ import, that would be great. Otherwise, valid Python3 code using that import currently fails to compile in Cython. Probably just an

Re: [Cython] Annotations and Cython 3

2021-10-26 Thread Stefan Behnel
Am 26. Oktober 2021 07:54:10 MESZ schrieb Lisandro Dalcin: >In any case, if you know how and can implement the __future__ import, >that >would be great. Otherwise, valid Python3 code using that import >currently fails to compile in Cython. Probably just an oversight. A no-op future import is trivi