Creating arrays (builtin) in C Extensions
iwl
Ingo.Wolf at gmx.de
Wed Feb 28 07:19:03 EST 2007
More information about the Python-list mailing list
Wed Feb 28 07:19:03 EST 2007
- Previous message (by thread): Curses sorely lacking an event loop?
- Next message (by thread): Creating arrays (builtin) in C Extensions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message (by thread): Curses sorely lacking an event loop?
- Next message (by thread): Creating arrays (builtin) in C Extensions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list