[pypy-commit] pypy py3.5: Remove some entries from the TODO which I believe are solved or not relevant any more.

mjacob pypy.commits at gmail.com
Sun Oct 15 23:21:21 EDT 2017


Author: Manuel Jacob <me at manueljacob.de>
Branch: py3.5
Changeset: r92773:c5011e45fadc
Date: 2017-10-16 05:20 +0200
http://bitbucket.org/pypy/pypy/changeset/c5011e45fadc/

Log:	Remove some entries from the TODO which I believe are solved or not
	relevant any more.

diff --git a/pypy/TODO b/pypy/TODO
--- a/pypy/TODO
+++ b/pypy/TODO
@@ -1,18 +1,4 @@
-TODO for the python3 test suite:
-
-* test_memoryview
-   Needs bytes/str changes. Probably easy. Work for this has begun on
-   py3k-memoryview (by mjacob) https://bugs.pypy.org/issue1542
-
-own-tests:
-
-* module/test_lib_pypy
-  These crash the buildbots (via SyntaxErrors): others were really
-  made to run under Python 2.x and so simply fail
-
-* module.cpyext.test.test_structseq test_StructSeq
-  structseq now subclasses tuple on py3, which breaks how
-  BaseCpyTypeDescr.realize allocates it
+...
 
 
 antocuni's older TODO:
@@ -20,14 +6,6 @@
 * run coverage against the parser/astbuilder/astcompiler: it's probably full of
 dead code because the grammar changed
 
-* re-enable strategies https://bugs.pypy.org/issue1540 :
- - re-enable IntDictStrategy
- - re-enable StdObjSpace.listview_str
- - re-enable the kwargs dict strategy in dictmultiobject.py
- - re-enable view_as_kwargs
-
-* unskip numpypy tests in module/test_lib_pypy/numpypy/
-
 * optimize W_UnicodeObject, right now it stores both an unicode and an utf8
 version of the same string
 


More information about the pypy-commit mailing list