Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r76548:367f2524c4f1
Date: 2015-03-24 18:48 +0100
http://bitbucket.org/pypy/pypy/changeset/367f2524c4f1/
Log: in-progress
diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
b/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
--- a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
+++ b/rpython/jit/backend/llsupport/test/zrpy_gc_test.py
@@ -97,7 +97,7 @@
from rpython.translator.c import genc
#
t = TranslationContext()
- gcrootfinder = kwds['gcrootfinder']
+ gcrootfinder = kwds.get('gcrootfinder')
if gcrootfinder == 'stm':
t.config.translation.stm = True
t.config.translation.gc = 'stmgc'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit