fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / hinsen1.h
1 typedef struct {
2         PyObject_HEAD
3 } PySpamObject;