Fix short-circuit for and/or, preserve type.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 15 Oct 2009 10:58:28 +0000 (03:58 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 15 Oct 2009 10:58:28 +0000 (03:58 -0700)
commit307a66c292a22cf2ee56712b85b021d3a3948e6b
tree755a8b5d8e5a67c28e15bed2569bf33c6fb5779f
parentcddc08e4d5e5316a5d1242cd7cd3c2c0def17b61
Fix short-circuit for and/or, preserve type.
Cython/Compiler/ExprNodes.py
runtests.py
tests/errors/nogil.pyx
tests/run/boolop.pyx
tests/run/short_circuit_T404.pyx