En Mon, 21 Apr 2008 11:19:24 -0300, Diez B. Roggisch <[EMAIL PROTECTED]> escribió:
Gabriel Genellina wrote:
You can't pass any arbitrary C object to a Python function.
In this case you can use a PyCObject, a Python box around a void* pointer.
See http://docs.python.org/api/cObjects.html

Neat! Didn't know about that one.

I found it just by chance. The title alone in the API reference isn't very descriptive...

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to