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