Author: Amaury Forgeot d'Arc <[email protected]>
Branch: more-rposix
Changeset: r76722:aaf75c2912cb
Date: 2015-04-06 13:58 +0200
http://bitbucket.org/pypy/pypy/changeset/aaf75c2912cb/

Log:    Fix translation

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
@@ -417,6 +417,7 @@
         return build_statvfs_result(stresult)
 
 @replace_os_function('statvfs')
[email protected](0)
 def statvfs(path):
     with lltype.scoped_alloc(STATVFS_STRUCT.TO) as stresult:
         arg = _as_bytes0(path)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to