e_pyobinstruct.pyx 157 Bytes
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
"""