Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r88129:406ae24f4421
Date: 2016-11-03 18:30 +0100
http://bitbucket.org/pypy/pypy/changeset/406ae24f4421/

Log:    Comment

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
@@ -1497,7 +1497,7 @@
             mtime = mtime_s + (mtime_ns / 1e9)
             func(arg, (atime, mtime))
     except OSError as e:
-        # see comment above
+        # see comment above: don't use wrap_oserror2()
         raise wrap_oserror(space, e)
 
 @specialize.argtype(1)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to