[pypy-commit] extradoc extradoc: Add PEP 475

rlamy pypy.commits at gmail.com
Wed Oct 26 15:39:14 EDT 2016


Author: Ronan Lamy <ronan.lamy at gmail.com>
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)


More information about the pypy-commit mailing list