[pypy-issue] [issue1526] Faster cffi/numpypy array data pointer casting (ndarray.ctypes?)

Armin Rigo tracker at bugs.pypy.org
Thu Jul 4 08:18:13 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

numpy arrays support buffer().  We should fix cffi to really have a way to
accept buffer objects, and then fix some of the built-in PyPy types (like
ndarray) to expose such "raw buffers".

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1526>
________________________________________


More information about the pypy-issue mailing list