always convert C integer values to 1/0 when testing them for their boolean value
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 20 Apr 2013 20:26:55 +0000 (22:26 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 20 Apr 2013 20:26:55 +0000 (22:26 +0200)
commitbeb42251d5c5ace129f75b36af949cb6cf0d38c0
treea5ea81d2952ce382186082f5a4f56cd89d232c7b
parentc6d6d842d8d5a93334894f4d573fb9afc84fbee0
always convert C integer values to 1/0 when testing them for their boolean value
Cython/Compiler/ExprNodes.py
tests/run/bint_binop_T145.pyx