[pypy-commit] pypy py3.5: hg merge default

arigo pypy.commits at gmail.com
Sun Jun 11 18:06:56 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r91584:c58d210eb947
Date: 2017-06-12 00:06 +0200
http://bitbucket.org/pypy/pypy/changeset/c58d210eb947/

Log:	hg merge default

diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py
--- a/rpython/rlib/rposix_stat.py
+++ b/rpython/rlib/rposix_stat.py
@@ -748,6 +748,7 @@
 
         return make_stat_result(result)
 
+    @specialize.arg(0)
     def win32_by_handle_info_to_stat(win32traits, info):
         # similar to the one above
         st_mode = win32_attributes_to_mode(win32traits, info.c_dwFileAttributes)


More information about the pypy-commit mailing list