On Mon, 7 Feb 2005, Viktor Hornak wrote:
> I've been trying to find more resources/documentation about how to
> convert python lists to C arrays (and vice versa) when writing a python
> extension.
Hi Viktor,
There was a post back in 1999 that might be useful for you:
http://mail.python.o
Hello All,
I've been trying to find more resources/documentation about how to
convert python lists to C arrays (and vice versa) when writing a python
extension. Surprisingly, there's very little one can find about this
even though it must be a fairly common procedure. I looked through
official