[pypy-commit] pypy py3.5: hg merge default

2018-09-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95155:700122e469d9 Date: 2018-09-23 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/700122e469d9/ Log:hg merge default diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py --- a/lib-python/3/test/test_inspect.py

[pypy-commit] pypy py3.5: oops, unroll this dummy loop

2018-09-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95157:b143f3f8da5d Date: 2018-09-23 13:08 +0200 http://bitbucket.org/pypy/pypy/changeset/b143f3f8da5d/ Log:oops, unroll this dummy loop diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/_

[pypy-commit] pypy default: fix error message

2018-09-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r95156:3c6307e2bd64 Date: 2018-09-23 13:07 +0200 http://bitbucket.org/pypy/pypy/changeset/3c6307e2bd64/ Log:fix error message diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py @@ -151,7 +151,7 @@

[pypy-commit] pypy unicode-utf8-py3: merge py3.5 into branch

2018-09-23 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95158:5a2d488be5e6 Date: 2018-09-23 16:08 +0300 http://bitbucket.org/pypy/pypy/changeset/5a2d488be5e6/ Log:merge py3.5 into branch diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py --- a/lib-python/3/t