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

Paul Prescod paul at prescod.net
Tue Feb 3 02:04:13 EST 2004


Christian Seberino wrote:

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

No. Check out the array module.

  Paul Prescod






More information about the Python-list mailing list