make sure Python strings (and other Python literals) do not loose their type during...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 12 Sep 2009 11:54:21 +0000 (13:54 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 12 Sep 2009 11:54:21 +0000 (13:54 +0200)
commit115ee21aec28d202aa36a653e5e4c8f9481c50ee
tree5aa5d97b61b21da938e58032374d77f738d4c43a
parent11f70a6bd48db6272c87603461203e715d8c0616
make sure Python strings (and other Python literals) do not loose their type during type analysis
Cython/Compiler/ExprNodes.py