infer type of loop variable when for-in-looping over pointers, C arrays, unicode...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 14 May 2010 20:03:16 +0000 (22:03 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 14 May 2010 20:03:16 +0000 (22:03 +0200)
commit99c1309f7634b8ad4ec611058f3b7740aa278edd
treef0cadf5be6a18e261463387c7886ce325f2fafbd
parent310c7329a839fd31fb0fee377e32adfee4f0ce5b
infer type of loop variable when for-in-looping over pointers, C arrays, unicode strings, etc.
Cython/Compiler/TypeInference.py
tests/run/type_inference.pyx