Py_BuildValue - return large array

j vickroy jvickroy at sec.noaa.gov
Fri May 5 17:17:14 EDT 2000


Hello all,

How should one return a (handle to?) "large" C-array to Python?

It seems that Py_BuildValue ("[...]", ..., ...) is only usable for
"small" arrays where one can explicitly enumerate each element in the
array.

Thanks for your time.

-- jv




More information about the Python-list mailing list