[pypy-commit] pypy py3.6-wordcode: merge py3.6

2018-05-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6-wordcode Changeset: r94608:0ecfc20943d3 Date: 2018-05-14 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/0ecfc20943d3/ Log:merge py3.6 diff too long, truncating to 2000 out of 5669 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++

[pypy-commit] pypy py3.6-wordcode: obscure, but this fixes translation

2018-05-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6-wordcode Changeset: r94609:69b270a1b887 Date: 2018-05-17 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/69b270a1b887/ Log:obscure, but this fixes translation diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a

[pypy-commit] pypy py3.6-wordcode: merge py3.6

2018-05-17 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6-wordcode Changeset: r94610:df08b57a6b4b Date: 2018-05-17 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/df08b57a6b4b/ Log:merge py3.6 diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-py

[pypy-commit] pypy cppyy-packaging: add support for unsigned char arrays and general cleanup of array binding code + tests

2018-05-17 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94611:eb16b0aff1e3 Date: 2018-05-17 09:39 -0700 http://bitbucket.org/pypy/pypy/changeset/eb16b0aff1e3/ Log:add support for unsigned char arrays and general cleanup of array binding code + tests diff --git a/pypy/module/_cppyy/