[Cython] Cython 0.29 – or 29.0 ?

Jeroen Demeyer J.Demeyer at UGent.be
Sat Aug 18 06:06:15 EDT 2018


On 2018-08-18 10:52, Robert Bradshaw wrote:
> Do the existing c_string_type and c_string_encoding directives not
> cover this usecase?

Those seem to refer to C strings, I am talking about the Python type of 
string literals.

> I suppose what you're asking for is str being the
> str of the runtime, even if language_level=3 is set.

Basically I am asking for

type("foo") is str

both on Python 2 and Python 3.


More information about the cython-devel mailing list