[pypy-commit] pypy cppyy-packaging: fix typos

2018-07-12 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94853:63e440d921c8 Date: 2018-07-12 07:46 -0700 http://bitbucket.org/pypy/pypy/changeset/63e440d921c8/ Log:fix typos diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/interp

[pypy-commit] pypy cppyy-packaging: improve object identity handling (now also includes data members)

2018-07-12 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94854:80195e50eca4 Date: 2018-07-12 12:39 -0700 http://bitbucket.org/pypy/pypy/changeset/80195e50eca4/ Log:improve object identity handling (now also includes data members) diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_c

[pypy-commit] pypy cppyy-packaging: do not unwrap assignable in setitem until call with ref-return is done

2018-07-12 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94855:0097f52d422a Date: 2018-07-12 19:54 -0700 http://bitbucket.org/pypy/pypy/changeset/0097f52d422a/ Log:do not unwrap assignable in setitem until call with ref-return is done diff --git a/pypy/module/_cppyy/executor.py b/py

[pypy-commit] pypy cppyy-packaging: anotator fixes

2018-07-12 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94858:0a2cbe7fb341 Date: 2018-07-12 22:56 -0700 http://bitbucket.org/pypy/pypy/changeset/0a2cbe7fb341/ Log:anotator fixes diff --git a/pypy/module/_cppyy/executor.py b/pypy/module/_cppyy/executor.py --- a/pypy/module/_cppyy/executor.p

[pypy-commit] pypy cppyy-packaging: moves for strings (incl. from temporary python str)

2018-07-12 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94856:8820afbc98c3 Date: 2018-07-12 20:23 -0700 http://bitbucket.org/pypy/pypy/changeset/8820afbc98c3/ Log:moves for strings (incl. from temporary python str) diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter

[pypy-commit] pypy cppyy-packaging: improved overload selection

2018-07-12 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94857:05fdf73d5e42 Date: 2018-07-12 20:47 -0700 http://bitbucket.org/pypy/pypy/changeset/05fdf73d5e42/ Log:improved overload selection diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/mo