Stefan Behnel wrote: > any(x == 5 for <int>x in some_seq) > > Any other ideas?
any(x == 5 for cdef int x in some_seq)
--
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev
