[pypy-commit] pypy py3.5: Comment

arigo pypy.commits at gmail.com
Thu Nov 3 13:38:09 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
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)


More information about the pypy-commit mailing list