[pypy-commit] pypy space-newtext: fix test for py3.5

2017-02-15 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90146:1bb0b9c53e51 Date: 2017-02-15 11:37 +0100 http://bitbucket.org/pypy/pypy/changeset/1bb0b9c53e51/ Log:fix test for py3.5 diff --git a/pypy/objspace/std/test/test_obj.py b/pypy/objspace/std/test/test_obj.py --- a/pypy/objspace/std/tes

[pypy-commit] pypy space-newtext: Fix test for py3.5

2017-02-15 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90145:da67900609d3 Date: 2017-02-15 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/da67900609d3/ Log:Fix test for py3.5 diff --git a/pypy/interpreter/test/test_gateway.py b/pypy/interpreter/test/test_gateway.py --- a/pypy/interprete