Author: Armin Rigo <[email protected]>
Branch: gc-del
Changeset: r66057:59540017d614
Date: 2013-08-10 13:22 +0200
http://bitbucket.org/pypy/pypy/changeset/59540017d614/

Log:    Workaround for the config mechanism

diff --git a/pypy/sandbox/test/test_pypy_interact.py 
b/pypy/sandbox/test/test_pypy_interact.py
--- a/pypy/sandbox/test/test_pypy_interact.py
+++ b/pypy/sandbox/test/test_pypy_interact.py
@@ -71,7 +71,8 @@
 
 
 def setup_module(mod):
-    t = Translation(mini_pypy_like_entry_point, backend='c', sandbox=True)
+    t = Translation(mini_pypy_like_entry_point, backend='c', sandbox=True,
+                    gc='ref')
     mod.executable = str(t.compile())
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to