fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / jiba5.pyx
1 # mode: compile
2
3 def f():
4     cdef int i=0
5     global mylist
6     del mylist[i]
7     return