[pypy-commit] pypy py3.5: Another test that used to crash before revision 179c172169f1

2018-08-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94989:476f93d18c1d Date: 2018-08-11 19:28 +0200 http://bitbucket.org/pypy/pypy/changeset/476f93d18c1d/ Log:Another test that used to crash before revision 179c172169f1 diff --git a/pypy/interpreter/test/test_syntax.py

[pypy-commit] pypy default: Remove dead import; avoid using we_are_jitted() too much

2018-08-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r94990:29eab8b5cf20 Date: 2018-08-11 19:43 +0200 http://bitbucket.org/pypy/pypy/changeset/29eab8b5cf20/ Log:Remove dead import; avoid using we_are_jitted() too much diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py ---