[Numpy-discussion] Help to port numpy to python3?
Dag Sverre Seljebotn
dagss@student.matnat.uio...
Mon Dec 7 06:23:59 CST 2009
Pauli Virtanen wrote:
> 2) Figure out how to test the PEP 3118 buffer interface on Python 2.6
> and Python 3.1
>
> Write unit tests for it.
>
On that note, I gave that a very small start in August. The two files
are here -- one is a Cython file wrapping the part of the PyBuffer API
that one needs, and then there's a small pure Python testcase which can
be extended to other cases.
In case anybody is interested:
http://heim.ifi.uio.no/dagss/numpy_pep3118/
Dag Sverre
More information about the NumPy-Discussion
mailing list