[EMAIL PROTECTED] schrieb:
> I'm writing my own python extension module with the C API. In python
> all functions pass arguments by reference

Can you please show an example what you mean by that? There is no
"pass-by-reference" in Python: a function can not normally modify
the variable in the caller.

When you show what precisely you want to achieve, it should be easy
to say how to do that in C.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to