fix negative-index warning on empty slices
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 29 Apr 2013 17:28:46 +0000 (19:28 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 29 Apr 2013 17:28:46 +0000 (19:28 +0200)
commit6075a3c6cd3441e2b37de543f0f6327e6d65abb3
treebf7ee71241796b4c066fbe0d321ce86acdebd5c2
parent47c41a3fb87397779bfe1edad3f1145ce77b3afd
fix negative-index warning on empty slices
Cython/Compiler/ExprNodes.py
tests/errors/wraparound_warnings.pyx