Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r52900:706037d835be
Date: 2012-02-25 21:14 +0100
http://bitbucket.org/pypy/pypy/changeset/706037d835be/
Log: Mark type's mro_w as quassiimmut.
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std/typeobject.py
+++ b/pypy/objspace/std/typeobject.py
@@ -103,6 +103,7 @@
'terminator',
'_version_tag?',
'name?',
+ 'mro_w?[*]',
]
# for config.objspace.std.getattributeshortcut
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit