Author: Ronan Lamy <[email protected]> Branch: extradoc Changeset: r5742:a32aad4d070f Date: 2016-10-26 19:39 +0000 http://bitbucket.org/pypy/extradoc/changeset/a32aad4d070f/
Log: Add PEP 475 diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-progress.rst --- a/planning/py3.5/milestone-1-progress.rst +++ b/planning/py3.5/milestone-1-progress.rst @@ -38,6 +38,8 @@ * "except pyopcode.Return:" in pyframe can't be there, because that's outside the JIT and it gives terrible performance + +* PEP 475: Retry system calls failing with EINTR Milestone 1 (Aug-Sep-Oct 2016) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
