fix result types for C math operations on Python booleans
authorStefan Behnel <scoder@users.berlios.de>
Thu, 25 Nov 2010 06:44:59 +0000 (07:44 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 25 Nov 2010 06:44:59 +0000 (07:44 +0100)
commit60f24e7f73249fb2fac2ef88ebd68cef0a27f1e2
tree2a49b860b56bec59380e01e95c5d5de4cf28207a
parent78b216f520c7bf2f94f47bfcaf2a110e71a510a2
fix result types for C math operations on Python booleans
Cython/Compiler/ExprNodes.py