Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: no-class-specialize
Changeset: r80398:e1d57129043d
Date: 2015-10-22 15:59 +0100
http://bitbucket.org/pypy/pypy/changeset/e1d57129043d/

Log:    pypy cleanup: _settled_ is now ignored

diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -28,7 +28,6 @@
     """This is the abstract root class of all wrapped objects that live
     in a 'normal' object space like StdObjSpace."""
     __slots__ = ()
-    _settled_ = True
     user_overridden_class = False
 
     def getdict(self, space):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to