Converting a c array to python list

zefciu zefirek at Speacock.Pau.Apoznan.Mpl
Fri Mar 2 09:29:41 EST 2007


I have just read about buffer and array objects and I think one of them
could be fit for my need.  However there are two questions.

If i make a buffer from a part of dynamically allocated memory, what
would free it?  Should it be allocated with malloc or some
python-specific function?

How on earth can I create array object in C?

zefciu



More information about the Python-list mailing list