Author: Tim Felgentreff <[email protected]>
Branch:
Changeset: r326:22de41bedbd6
Date: 2013-04-23 18:17 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/22de41bedbd6/
Log: (lwassermann, timfel) fix translation
diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -12,6 +12,7 @@
def _run_benchmark(interp, number, benchmark):
scheduler = wrapper.scheduler(interp.space)
w_hpp = scheduler.highest_priority_process()
+ assert isinstance(w_hpp, model.W_PointersObject)
w_benchmark_proc = model.W_PointersObject(
interp.space,
w_hpp.getclass(interp.space),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit