Author: Armin Rigo <ar...@tunes.org> Branch: stacklet Changeset: r46796:6804e16d72fd Date: 2011-08-26 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/6804e16d72fd/
Log: Use a more standard module in this test. diff --git a/pypy/interpreter/test/test_gateway.py b/pypy/interpreter/test/test_gateway.py --- a/pypy/interpreter/test/test_gateway.py +++ b/pypy/interpreter/test/test_gateway.py @@ -704,7 +704,7 @@ class TestPassThroughArguments_CALL_METHOD(TestPassThroughArguments): def setup_class(cls): - space = gettestobjspace(usemodules=('_stacklet',), **{ + space = gettestobjspace(usemodules=('itertools',), **{ "objspace.opcodes.CALL_METHOD": True }) cls.space = space _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit