Author: Anton Gulenko <anton.gule...@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):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to