Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5771:8e0025f7a61c Date: 2017-02-03 10:04 +0100 http://bitbucket.org/pypy/extradoc/changeset/8e0025f7a61c/
Log: this was done already diff --git a/planning/py3.5/milestone-2-progress.rst b/planning/py3.5/milestone-2-progress.rst --- a/planning/py3.5/milestone-2-progress.rst +++ b/planning/py3.5/milestone-2-progress.rst @@ -35,7 +35,7 @@ * 'import stackless' fails * "except pyopcode.Return:" in pyframe can't be there, because that's - outside the JIT and it gives terrible performance + outside the JIT and it gives terrible performance (DONE) * PEP 475: Retry system calls failing with EINTR (DONE) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
