[pypy-commit] pypy py3.5-eintr-pep475: ah bah

arigo pypy.commits at gmail.com
Sun Dec 4 04:38:52 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5-eintr-pep475
Changeset: r88872:4899480d8be8
Date: 2016-12-04 10:38 +0100
http://bitbucket.org/pypy/pypy/changeset/4899480d8be8/

Log:	ah bah

diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
--- a/pypy/interpreter/error.py
+++ b/pypy/interpreter/error.py
@@ -622,7 +622,8 @@
     return wrap_oserror2(space, e, w_filename,
                          exception_name=exception_name,
                          w_exception_class=w_exception_class,
-                         w_filename2=w_filename2)
+                         w_filename2=w_filename2,
+                         eintr_retry=eintr_retry)
 
 def exception_from_saved_errno(space, w_type):
     from rpython.rlib.rposix import get_saved_errno


More information about the pypy-commit mailing list