Help with pointers when calling from python to C

Jonas H. jonas at lophus.org
Fri Oct 8 12:02:15 EDT 2010


On 10/08/2010 05:23 PM, Carolyn MacLeod wrote:
> "How do I pass an integer by reference to a C function?"

That's impossible in pure Python. The only thing I can think of is a 
wrapper in C.



More information about the Python-list mailing list