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 [email protected] https://mail.python.org/mailman/listinfo/cython-devel
