Is it possible to support the any() and all() functions? I'm using the most recent version of Cython in Sage, so forgive me if it is already supported in Cython, but just not in Sage's version yet.
I realize that it probably would be easy to write such functions, but since they are standard python functions, it would be nice if they were recognized by Cython. It would be super nice if they were *fast* too :). See http://docs.python.org/library/functions.html#all and http://docs.python.org/library/functions.html#any Thanks! Jason -- Jason Grout _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
