[pypy-commit] extradoc extradoc: Add myself to Leysin sprint

2018-02-28 Thread rlamy
Author: Ronan Lamy Branch: extradoc Changeset: r5870:4f00d407dfa7 Date: 2018-02-28 20:45 + http://bitbucket.org/pypy/extradoc/changeset/4f00d407dfa7/ Log:Add myself to Leysin sprint diff --git a/sprintinfo/leysin-winter-2018/people.txt b/sprintinfo/leysin-winter-2018/people.txt --- a/sp

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

2018-02-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r93907:5289cd302dff Date: 2018-02-28 16:53 +0100 http://bitbucket.org/pypy/pypy/changeset/5289cd302dff/ Log:merge default ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] pypy default: declare array.array to be a read-write buffer. Fixes issue #2751

2018-02-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93906:7c772420134d Date: 2018-02-28 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/7c772420134d/ Log:declare array.array to be a read-write buffer. Fixes issue #2751 diff --git a/pypy/module/array/interp_array.py b/pypy/module/a

[pypy-commit] pypy guard-compatible: merge default

2018-02-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r93903:047c33d38a20 Date: 2018-02-22 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/047c33d38a20/ Log:merge default diff too long, truncating to 2000 out of 10294 lines diff --git a/pypy/module/test_lib_pypy/pyrep

[pypy-commit] pypy default: silence a GCC int-in-bool-context warning

2018-02-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93905:8e52e1e16d7c Date: 2018-02-28 16:10 +0100 http://bitbucket.org/pypy/pypy/changeset/8e52e1e16d7c/ Log:silence a GCC int-in-bool-context warning this is equivalent to the fix of CPython issue https://bugs.python.org

[pypy-commit] pypy guard-compatible: fix

2018-02-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r93904:02f016f93ecf Date: 2018-02-28 15:57 +0100 http://bitbucket.org/pypy/pypy/changeset/02f016f93ecf/ Log:fix diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metain