Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
2 deletions.
-
+1
−2
topaz/modules/kernel.py
|
@@ -312,8 +312,7 @@ def method_eval(self, space, w_source, w_binding=None): |
|
|
w_binding = space.newbinding_fromframe(frame) |
|
|
elif not isinstance(w_binding, W_BindingObject): |
|
|
raise space.error(space.w_TypeError, |
|
|
"wrong argument type %s (expected Binding)" % |
|
|
space.getclass(w_binding).name |
|
|
"wrong argument type %s (expected Binding)" % space.getclass(w_binding).name |
|
|
) |
|
|
return space.send(w_binding, space.newsymbol("eval"), [w_source]) |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.