add visible warning when negative indices are used in wraparound=False sections
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 25 Apr 2013 13:47:26 +0000 (15:47 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 25 Apr 2013 13:47:26 +0000 (15:47 +0200)
commitf72eb8966ac1816279c81c01d721f0d4d795509b
tree0394aa5030c23be7bb80429ee3226e6127c0b424
parent2599587ccad1851b433cc3c00cb9b4999dc2e55f
add visible warning when negative indices are used in wraparound=False sections
Cython/Compiler/ExprNodes.py
tests/errors/wraparound_warnings.pyx [new file with mode: 0644]