Author: mattip <[email protected]> Branch: cpyext-ext Changeset: r83879:ac747a3c2ef4 Date: 2016-04-25 19:52 +0300 http://bitbucket.org/pypy/pypy/changeset/ac747a3c2ef4/
Log: update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,5 +1,10 @@ -* finish PySequence_Fast -* typeobject.py and handling of __float__ prevents us from using pypy * python setup.py install in numpy does not somehow tell setuptools it's installed (I bet it's about the py27 tag) -* implement PyFile_AsFile +* 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 + 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
