[pypy-commit] pypy pypy-pyarray: add TODO tasks for merging this branch

mattip noreply at buildbot.pypy.org
Mon Aug 26 22:03:06 CEST 2013


Author: Matti Picus <matti.picus at gmail.com>
Branch: pypy-pyarray
Changeset: r66352:d42d210cabf3
Date: 2013-08-26 23:00 +0300
http://bitbucket.org/pypy/pypy/changeset/d42d210cabf3/

Log:	add TODO tasks for merging this branch

diff --git a/TODO.txt b/TODO.txt
new file mode 100644
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,22 @@
+- test array.nonzero()
+- test "from numpypy import *" esp. get_include()
+- test "import numpy" emitting warning not error
+- test all *.h files under pypy/module/cpyext/include/numpy
+- make sure all cpyext changes are tested:
+    PyBoolObject (new)
+    PyComplexFromCComplex() (changed, problematic)
+    PyFunctionType (new)
+    PyMethodType (new)
+    PyRangeType (new)
+    PyTracebackType (new)
+    _PyPackageContext (new)
+    Py*Flag (most new, some changed) in pythonrun.h
+    all ndarrayobject.c
+    copy_header_files() in api.py (changed)
+    all ndarrayobject.py (new)
+    PyNumberCoerceEx() (new)
+    PyNumberCoerce() (new)
+- test require_index in create_iter, get_index in iter
+- test use of __array__() and friends
+- test complex data types in dtypes_by_num
+-    


More information about the pypy-commit mailing list