Stefan Behnel, 12.08.2012 08:58: > On a somewhat related note, it would be nice to support > > for x in iter(c_ptr, end_value): > ... > > That would mostly be a generalisation of the special "ends with c'\0'" > special case of char* iteration, i.e. that would become equivalent to > > iter(char_ptr, c'\0')
http://trac.cython.org/cython_trac/ticket/786 Stefan _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel