Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r84650:09d354bfe1d5
Date: 2016-05-23 18:48 -0700
http://bitbucket.org/pypy/pypy/changeset/09d354bfe1d5/

Log:    merge default

diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -1928,6 +1928,7 @@
         [rffi.CCHARP, TIMEVAL2P], rffi.INT,
         save_err=rffi.RFFI_SAVE_ERRNO)
 
+    @specialize.argtype(1)
     def lutimes(pathname, times):
         if times is None:
             error = c_lutimes(pathname, lltype.nullptr(TIMEVAL2P.TO))
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to