fix ticket 636: build the correct slice objects on 2-value object slicing
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 13:18:05 +0000 (14:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 16 Mar 2013 13:18:05 +0000 (14:18 +0100)
commit306c3a71c7982bc76acbb68ac2081a630825997f
treeb5bc201d9d8d6543bcb44c6b3b7488f59338d4bf
parentf1370b3f07004374f505e3df2d33919e01458110
fix ticket 636: build the correct slice objects on 2-value object slicing
Cython/Compiler/ExprNodes.py
Cython/Utility/ObjectHandling.c