Author: Matti Picus <[email protected]>
Branch: py3.6
Changeset: r97318:f922a8f2c952
Date: 2019-08-28 10:52 +0300
http://bitbucket.org/pypy/pypy/changeset/f922a8f2c952/
Log: typo
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix/interp_posix.py
+++ b/pypy/module/posix/interp_posix.py
@@ -2230,7 +2230,7 @@
# and not OSError (although CPython also raises OSError in case it
# could open /dev/urandom but there are further problems).
raise wrap_oserror(space, e,
- w_exception_class=space.w_NotImplementedError, einter_retry=False)
+ w_exception_class=space.w_NotImplementedError, eintr_retry=False)
def ctermid(space):
"""ctermid() -> string
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit