I think something is still not quite right in Cython 0.23.2.

Consider this code:

DEF FOO = 'foo'
print type('foo')
print type(FOO)

In Python 3, I get:

<class 'str'>
<class 'bytes'>

--
Jakub Wilk
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to