Author: Tim Felgentreff <[email protected]>
Branch:
Changeset: r144:6f82341bf834
Date: 2013-03-08 13:14 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/6f82341bf834/
Log: translation fix
diff --git a/spyvm/wrapper.py b/spyvm/wrapper.py
--- a/spyvm/wrapper.py
+++ b/spyvm/wrapper.py
@@ -79,6 +79,7 @@
w_frame = self.suspended_context()
self.store_suspended_context(self.space.w_nil)
self.store_my_list(self.space.w_nil)
+ assert isinstance(w_frame, model.W_PointersObject)
raise ProcessSwitch(w_frame.as_context_get_shadow(self.space))
def deactivate(self, w_current_frame):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit