Author: Matti Picus <[email protected]> Branch: pypy-pyarray Changeset: r67028:a70e6296ea92 Date: 2013-09-20 11:19 +0300 http://bitbucket.org/pypy/pypy/changeset/a70e6296ea92/
Log: 'update' TODO (not really checking _all_ the arrayobject.h macros) diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -1,7 +1,5 @@ TODO list by mattip =================== -- test all *.h files under pypy/module/cpyext/include/numpy -- make sure copy_header_files() in api.py is used in package.py - test, implement use of __array_prepare__() - test, implement use of __array_wrap__() _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
