fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / globvardef.pyx
1 # mode: compile
2
3 cdef int a_global_int
4 cdef a_global_pyobject
5
6 a_global_int = 0
7 a_global_pyobject = None
8
9 cdef object unused