def foo(obj): cdef int *p p = blarg # okay p = (foo + blarg) # error - temporary _ERRORS = u""" /Local/Projects/D/Pyrex/Source/Tests/Errors1/e_tempcast.pyx:4:5: Casting temporary Python object to non-Python type """