Stefan Behnel wrote: > I guess all we can do for now is to ignore "/" during constant folding and > then handle it when we know the operand types...
You could replace "/" with an internal token meaning "type-sensitive division". -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
