Author: mattip <[email protected]> Branch: cpyext-for-merge Changeset: r83878:dd16152b0b79 Date: 2016-04-25 19:46 +0300 http://bitbucket.org/pypy/pypy/changeset/dd16152b0b79/
Log: update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ -* 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
