fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / ewing3.pyx
1 # mode: compile
2
3 cdef class C:
4     cdef f(self):
5         pass