use plain constants for Python bool values instead of coerced C ints
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 24 Nov 2013 15:06:46 +0000 (16:06 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 24 Nov 2013 15:06:46 +0000 (16:06 +0100)
commitd832f4639cbe6ab2ef5fc692304962765d0b6dd0
treebd1e66742ca53c71c8e841593cc0a57ad970c346
parent1d98bd20b3a285fd48801bb42b92f35df534c790
use plain constants for Python bool values instead of coerced C ints
Cython/Compiler/ExprNodes.py
tests/run/constant_folding.py