simplify abs() optimisation for C integers and fix it for the most negative int/long...
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 21 Jan 2013 06:18:17 +0000 (07:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 21 Jan 2013 06:18:17 +0000 (07:18 +0100)
commit43fe5b88813bb051e89d9be61373cdc3b098d624
tree8a89d8ccc2f41b56d2c6f4b9ea9e43dfb914e43d
parent9f9652896bc4ed62e7480513d803b5e01eac256c
simplify abs() optimisation for C integers and fix it for the most negative int/long value
Cython/Compiler/Builtin.py
tests/run/builtin_abs.pyx