Setting value of Python variable in a Python C extension

MD manasd at gmail.com
Mon Oct 1 12:08:07 EDT 2007


Hi,
   I have a function developed in C that is being used as a Python
extension. The function is being passed a variable from the Python
program. Is it possible to change the value of this variable from
within the C function?

Thanks,
-MD




More information about the Python-list mailing list