On 25/10/2021 19:11, da-woods wrote: > [...] _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
One further option would be to revert to Cython 0.29 behaviour, but
support the PEP-563 version as a "from __future__" import (essentially
following the current behaviour of Python). When I wrong the original
patch for the PEP-563 I tried to do that, but then removed the code in
favour of keeping one simpler option. But the code to do this mostly
already exists (somewhere)
- [Cython] Annotations and Cython 3 da-woods
- Re: [Cython] Annotations and Cython 3 da-woods
- Re: [Cython] Annotations and Cython 3 Lisandro Dalcin
- Re: [Cython] Annotations and Cython 3 Stefan Behnel