implement correct slicing for setslice and delslice
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 15:24:27 +0000 (16:24 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 15:24:27 +0000 (16:24 +0100)
commitcaa2b8b52efb08b06f4e11c07d53f2bf99d43c4a
tree78ceefd91b85e107626d8fe8c66ab2f98e67fa09
parentc7d063ccb63a2c3462fbdd3c295500a5c580ef8d
implement correct slicing for setslice and delslice

--HG--
rename : tests/compile/delslice.pyx => tests/run/delslice.py
Cython/Compiler/ExprNodes.py
Cython/Utility/ObjectHandling.c
tests/compile/delslice.pyx [deleted file]
tests/run/delslice.py [new file with mode: 0644]