[pypy-commit] lang-smalltalk storage-display-refactoring: Deleted obsolete Exception class

anton_gulenko noreply at buildbot.pypy.org
Tue Jul 22 19:47:37 CEST 2014


Author: Anton Gulenko <anton.gulenko at googlemail.com>
Branch: storage-display-refactoring
Changeset: r927:3b12d3eb24dc
Date: 2014-07-21 17:02 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/3b12d3eb24dc/

Log:	Deleted obsolete Exception class

diff --git a/spyvm/model.py b/spyvm/model.py
--- a/spyvm/model.py
+++ b/spyvm/model.py
@@ -1467,8 +1467,3 @@
             if isinstance(s_class, ClassShadow):
                 return "%s >> #%s" % (s_class.getname(), self.lookup_selector)
         return "#%s" % self.lookup_selector
-
-class DetachingShadowError(Exception):
-    def __init__(self, old_shadow, new_shadow_class):
-        self.old_shadow = old_shadow
-        self.new_shadow_class = new_shadow_class


More information about the pypy-commit mailing list