avoid useless signedness checks in overflow handling when we know the type is signed
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 7 Dec 2013 06:54:17 +0000 (07:54 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 7 Dec 2013 06:54:17 +0000 (07:54 +0100)
commitc35a27f3719fb4383fb00a1ad578603b163b8b9f
tree465bc6e18ea98653e91157202610990fee926d6d
parent17191aad78edc402a7862e5c7a6b644f78740b50
avoid useless signedness checks in overflow handling when we know the type is signed
Cython/Compiler/ExprNodes.py