access string data from within cython
sturlamolden
sturlamolden at yahoo.no
Wed Aug 5 15:25:42 EDT 2009
On 5 Aug, 21:23, sturlamolden <sturlamol... at yahoo.no> wrote:
> foo(data, length)
Oops, that would be
foo(<void *> data, length)
More information about the Python-list
mailing list