in c extension what is easiest way to build a (PyObject) list from an array of doubles?

Christian Seberino seberino at spawar.navy.mil
Tue Feb 3 01:56:04 EST 2004


In c extension what is easiest way to build a (PyObject) list from an
array of doubles?

I don't think I can do "return Py_BuildValue(...) to make a list from
an array can I???

How else can I build and return a list??

Thanks!

Chris+



More information about the Python-list mailing list