[pypy-commit] lang-smalltalk rstrategies: Added _attrs_

anton_gulenko noreply at buildbot.pypy.org
Thu Aug 21 12:55:05 CEST 2014


Author: Anton Gulenko <anton.gulenko at googlemail.com>
Branch: rstrategies
Changeset: r1043:663e58f4fdc7
Date: 2014-08-20 19:41 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/663e58f4fdc7/

Log:	Added _attrs_

diff --git a/spyvm/storage.py b/spyvm/storage.py
--- a/spyvm/storage.py
+++ b/spyvm/storage.py
@@ -34,6 +34,7 @@
 
 class AbstractStorageShadow(AbstractShadow):
     repr_classname = "AbstractStorageShadow"
+    _attrs_ = []
     import_from_mixin(rstrat.SafeIndexingMixin)
     
     def __init__(self, space, w_self, size):


More information about the pypy-commit mailing list