fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / slicex.pyx
1 # mode: compile
2
3 def f(a, b, c, d, e, f, g, h, i):
4     a = b[c:d, e:f:g, ..., h, :i:]