safety fix: why should the return type always be exactly PyObject if it is known...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 20 Apr 2010 07:17:16 +0000 (09:17 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 20 Apr 2010 07:17:16 +0000 (09:17 +0200)
commitfff037c308b98eb5e5591ec3a22159633be9ea17
tree19fee9807ddbb383709eb62db667bdaba58a9242
parentedf4cfbd1cdfe6fa1c4648d59219a93837d81074
safety fix: why should the return type always be exactly PyObject if it is known to be bool?
Cython/Compiler/ExprNodes.py