[pypy-commit] pypy py3.5: rename (for test_structseq)

arigo pypy.commits at gmail.com
Thu Dec 1 16:37:42 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r88805:be0cbcb1d37c
Date: 2016-12-01 18:22 +0100
http://bitbucket.org/pypy/pypy/changeset/be0cbcb1d37c/

Log:	rename (for test_structseq)

diff --git a/pypy/module/posix/app_posix.py b/pypy/module/posix/app_posix.py
--- a/pypy/module/posix/app_posix.py
+++ b/pypy/module/posix/app_posix.py
@@ -19,7 +19,7 @@
 
 class stat_result(metaclass=structseqtype):
 
-    name = osname + ".stat_result"
+    name = "os.stat_result"
 
     st_mode  = structseqfield(0, "protection bits")
     st_ino   = structseqfield(1, "inode")


More information about the pypy-commit mailing list