find common type for comparisons *before* coercing operands, to prevent inconsistent...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 19 Oct 2009 10:14:12 +0000 (12:14 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 19 Oct 2009 10:14:12 +0000 (12:14 +0200)
commitc536643457dbc2cd57320cdda9b8fe3000b25c76
treed0aa3944e9dd08c278c44fadbe473f8f0ee20c08
parentc7a06febe2058d64ed1936d27c3a95c3b04c22bc
find common type for comparisons *before* coercing operands, to prevent inconsistent types and loosing type information
Cython/Compiler/ExprNodes.py