Hello all, I see that Python has Buffer Objects and in 2.7/3.0 Memoryview Objects, for this purpose... Are those the facilites I need to learn and use? or does Cython provide its own tools?
By "data" I mean complex data structures, like arrays of iovec structs, or long "text" defined by indexes/offsets and lengths. I need to learn how to provide my Python user with read and write access to such data. RTFMs welcome... Maybe I overlook a chapter in the Cython man.. Thanks a lot, Mohamed. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
