[pypy-commit] pypy default: more templates and consistency with CPython/cppyy

2018-06-16 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r94771:20e8b110028c Date: 2018-06-16 01:16 -0700 http://bitbucket.org/pypy/pypy/changeset/20e8b110028c/ Log:more templates and consistency with CPython/cppyy diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter.py --- a/pypy/mo

[pypy-commit] pypy cppyy-packaging: merge default into branch

2018-06-16 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94770:1e6f1f90453c Date: 2018-06-15 23:27 -0700 http://bitbucket.org/pypy/pypy/changeset/1e6f1f90453c/ Log:merge default into branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] cffi default: Issue 364

2018-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3122:24bc0029493c Date: 2018-06-16 12:08 +0200 http://bitbucket.org/cffi/cffi/changeset/24bc0029493c/ Log:Issue 364 Add support for MSVC's "#pragma pack(n)" in ABI mode diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c

[pypy-commit] pypy py3.5: merge from default, take care with class method type name

2018-06-16 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94772:8b43b50fbf61 Date: 2018-06-16 14:29 -0700 http://bitbucket.org/pypy/pypy/changeset/8b43b50fbf61/ Log:merge from default, take care with class method type name diff --git a/pypy/interpreter/test/test_function.py b/pypy/interpreter/test/test