partial backport from cython-unstable: keep Python literals from loosing their type...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 12 Sep 2009 11:58:42 +0000 (13:58 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 12 Sep 2009 11:58:42 +0000 (13:58 +0200)
commitc2a7ee90c7e5489f7032eca7cf53155fc3d140c5
treed236b39981ddd2a336f0cb4e3be19dd792969f8c
parent31b438e20b631aea2b87f3cba1c18782fe30470f
partial backport from cython-unstable: keep Python literals from loosing their type during type analysis
Cython/Compiler/ExprNodes.py