Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r84721:e082349023a2
Date: 2016-05-26 18:10 -0700
http://bitbucket.org/pypy/pypy/changeset/e082349023a2/
Log: fix
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
@@ -1441,7 +1441,7 @@
def do_utimens(space, func, arg, utime, *args):
"""Common implementation for futimens/utimensat etc."""
- _, atime_s, atime_ns, mtime_s, mtime_ns = utime
+ now, atime_s, atime_ns, mtime_s, mtime_ns = utime
if now:
atime_ns = mtime_ns = rposix.UTIME_NOW
try:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit