Author: Armin Rigo <ar...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to