fix compiler crash on unitialised result_code and fix coercion of float/bool back...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 24 Nov 2013 15:20:39 +0000 (16:20 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 24 Nov 2013 15:20:39 +0000 (16:20 +0100)
commitb64bf1bac7e136c28a3608193e85e8c86046f856
treefacfa0fa78e914d9957c3aba940ff96c865a43fb
parentd832f4639cbe6ab2ef5fc692304962765d0b6dd0
fix compiler crash on unitialised result_code and fix coercion of float/bool back to C values
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py