efficiently support for-in loops over char* arrays/pointers
authorStefan Behnel <scoder@users.berlios.de>
Tue, 27 Oct 2009 11:51:12 +0000 (12:51 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 27 Oct 2009 11:51:12 +0000 (12:51 +0100)
commitd54ee0204303a75b7317bf88b63388c3cb62d4ca
treec1dbbf3042ebf46990ab2d6f7267fd0e3798bdcb
parentebcf2c43ce0a8d0431a50aec222e562365cef0cd
efficiently support for-in loops over char* arrays/pointers
Cython/Compiler/Optimize.py
tests/run/carray_slicing.pyx