Creating arrays (builtin) in C Extensions

iwl Ingo.Wolf at gmx.de
Wed Feb 28 07:19:03 EST 2007


Hello,

there is an builtin documented array module in phyton,
but no documentation how such an array can be
created in C-Extension functions.
So I have to use Lists at time, but this is I think
inefficient with large data sets.

Is there some interface aviable which I can link to my
Programm without any change to standard python?




More information about the Python-list mailing list