optimise list/tuple slicing, original patch by Zaur Shibzukhov
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 10 Mar 2013 14:57:33 +0000 (15:57 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 10 Mar 2013 14:57:33 +0000 (15:57 +0100)
commit5683eeb7e91f9aec7cb663beb68948757d3f1f61
treeba5abc0c626b4caad61b2a73265c1ca056d739a6
parent5e075713e97665cfc6d213023dd6c6816ae59910
optimise list/tuple slicing, original patch by Zaur Shibzukhov
Cython/Compiler/ExprNodes.py
Cython/Utility/ObjectHandling.c
tests/run/typed_slice.pyx