> I would *not* like to have Cython code where "myfunc(x)" can change the
> value of x :-)

F2PY handles intent(out) arguments by returning them as a tuple from the
function. That's one way to handle it.

--v
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to