[pypy-commit] pypy default: interplevel_cls on type objects is immutable

alex_gaynor noreply at buildbot.pypy.org
Fri Oct 14 18:30:22 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
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


More information about the pypy-commit mailing list