Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r48062:8e5fb2c551cf
Date: 2011-10-14 12:30 -0400
http://bitbucket.org/pypy/pypy/changeset/8e5fb2c551cf/

Log:    interplevel_cls on type objects is immutable

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
@@ -102,6 +102,7 @@
                           'instancetypedef',
                           'terminator',
                           '_version_tag?',
+                          'interplevel_cls',
                           ]
 
     # for config.objspace.std.getattributeshortcut
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to