[Numpy-discussion] ctypes and numpy

Chris Colbert sccolbert at gmail.com
Fri Nov 6 22:18:50 EST 2009


Are you bound to using ctypes as the only option?

This could be done quite easily in Cython...

On Fri, Nov 6, 2009 at 1:57 PM, Trevor Clarke <trevor at notcows.com> wrote:
> I've found some info on ctypes and numpy but it mostly tells me how to pass
> numpy objects to C funcs. I've got a C func which returns a c_void_p to a
> buffer and I'd like to access the data using numpy without creating a copy
> of the data. Could someone point me in the right direction?
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>



More information about the NumPy-Discussion mailing list