e_pyobinstruct.pyx 157 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 cdef object x cdef struct spam: object parrot def f(): cdef spam s s.parrot = x _ERRORS = u""" 4:8: C struct/union member cannot be a Python object """