fix char* string iteration when we actually need to coerce to a Python string for...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 3 Sep 2010 19:57:10 +0000 (21:57 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 3 Sep 2010 19:57:10 +0000 (21:57 +0200)
commitf1d781a6a0c26ba135893be5ca2bb551bf6d5eeb
tree2bd7f753a1fe04132b11276a68435bf12167d93b
parentf8e85bee920b37b94aebd303bbb9ef4ba733f905
fix char* string iteration when we actually need to coerce to a Python string for iteration
Cython/Compiler/Optimize.py