cdef object blarg def foo(obj): cdef int *p p = blarg # okay p = (foo + blarg) # error - temporary _ERRORS = u""" 6:5: Casting temporary Python object to non-numeric non-Python type """