Author: Matti Picus <[email protected]> Branch: cpyext-ext Changeset: r84144:2dc18fa293ce Date: 2016-05-02 13:50 +0300 http://bitbucket.org/pypy/pypy/changeset/2dc18fa293ce/
Log: update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,10 +1,5 @@ -* python setup.py install in numpy does not somehow tell setuptools - it's installed (I bet it's about the py27 tag) -* reduce size of generated c code from slot definitions in slotdefs. -* fix py_string_as_string_unicode-getstringandsize_unicode which - segfaults when run -A after printing '.', the same test passes cpython -A - and untranslated -* export ndarrayobject objects like PyArrayObject, PyArrayDescrObject needed +* Add ByteArrayObject +* Export ndarrayobject objects like PyArrayObject, PyArrayDescrObject needed to coninue using micronumpy as a numpy 1.10 ndarray alternative This used to be done with pypy-specific headers which replaced upstream's headers, can be tested by installing matplotlib or aubio (pypy/numpy issue #47) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
