Hi,

import cython as cy
y = cy.cast('list', x)

fails to compile with "AttributeError: 'TypecastNode' object has no
attribute 'typecheck'".

But the following examples do compile:

y = <list> x

y = cy.cast('int', x)

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

Reply via email to