Re: [Cython] Cython 3.0 and "unicode_literals"

2018-09-17 Thread Robert Bradshaw
On Sun, Sep 16, 2018 at 5:24 PM Stefan Behnel wrote: > Jeroen Demeyer schrieb am 22.08.2018 um 13:10: > > On 2018-08-19 08:26, Stefan Behnel wrote: > >> Should we make that a new directive rather than a language level? Like > >> "py2_str=str"? That would allow its use together with language_level

Re: [Cython] Cython 3.0 and "unicode_literals"

2018-09-16 Thread Stefan Behnel
Jeroen Demeyer schrieb am 22.08.2018 um 13:10: > On 2018-08-19 08:26, Stefan Behnel wrote: >> Should we make that a new directive rather than a language level? Like >> "py2_str=str"? That would allow its use together with language_level=3 >> already in the next release. > > With a new new directiv