[pypy-commit] pypy cppyy-packaging: store free functions on namespace dict, not namespace's class dict

2018-07-16 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94871:ff8881eb57bb Date: 2018-07-16 13:02 -0700 http://bitbucket.org/pypy/pypy/changeset/ff8881eb57bb/ Log:store free functions on namespace dict, not namespace's class dict diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_

[pypy-commit] pypy cppyy-packaging: remove unused variable

2018-07-16 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94870:8e6c6830fc0c Date: 2018-07-15 21:43 -0700 http://bitbucket.org/pypy/pypy/changeset/8e6c6830fc0c/ Log:remove unused variable diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter.py --- a/pypy/module/_cppyy/

[pypy-commit] pypy cppyy-packaging: more settable overload properties

2018-07-16 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94868:c67865f23398 Date: 2018-07-15 20:17 -0700 http://bitbucket.org/pypy/pypy/changeset/c67865f23398/ Log:more settable overload properties diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/p

[pypy-commit] pypy cppyy-packaging: improved dir() for namespaces

2018-07-16 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94869:7fecec6b5a70 Date: 2018-07-15 21:43 -0700 http://bitbucket.org/pypy/pypy/changeset/7fecec6b5a70/ Log:improved dir() for namespaces diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_cppyy/pythonify.py --- a/pypy/module/

[pypy-commit] pypy cppyy-packaging: make sure to pass w_this for non-templated overloads of templates

2018-07-16 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94872:1bad6c9de6b7 Date: 2018-07-16 22:41 -0700 http://bitbucket.org/pypy/pypy/changeset/1bad6c9de6b7/ Log:make sure to pass w_this for non-templated overloads of templates diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/modul