Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94861:dbc2035e00e4
Date: 2018-07-13 11:44 -0700
http://bitbucket.org/pypy/pypy/changeset/dbc2035e00e4/
Log:more pythonizatin of std::vector and more STL tests
diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_cppyy/pythonify
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94859:a3af4486e271
Date: 2018-07-13 09:29 -0700
http://bitbucket.org/pypy/pypy/changeset/a3af4486e271/
Log:some more asserts for the annotator (gives a small performance
improvement on bound function calls)
diff --git a/pypy/m
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94860:1214d76af168
Date: 2018-07-13 11:44 -0700
http://bitbucket.org/pypy/pypy/changeset/1214d76af168/
Log:support low-level views of arrays that allow user-side updates to
shape
diff --git a/pypy/module/_cppyy/converter.py b/
Author: Wim Lavrijsen
Branch: cppyy-packaging
Changeset: r94865:7c3f397e2434
Date: 2018-07-13 23:17 -0700
http://bitbucket.org/pypy/pypy/changeset/7c3f397e2434/
Log:do not use string default/error size as object size
diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter