Lisandro Dalcin wrote: > Well, by some reason Robert's patch do not work on int, float, slices.
It must be doing something in an odd way, then. Is this being done after type analysis? If so, you should just be able to look at whether the type of the second argument is PyrexTypes.py_type_type or a subclass of it. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
