[pypy-commit] pypy alex_gaynor/remove-an-unneeded-call-into-openssl-th-1526429141011: Remove an unneeded call into OpenSSL

2018-05-15 Thread alex_gaynor
Author: Alex Gaynor Branch: alex_gaynor/remove-an-unneeded-call-into-openssl-th-1526429141011 Changeset: r94594:7a78467a6e72 Date: 2018-05-16 00:05 + http://bitbucket.org/pypy/pypy/changeset/7a78467a6e72/ Log:Remove an unneeded call into OpenSSL This call doesn't do anything, on

[pypy-commit] pypy cppyy-packaging: add helper to extract outer namespace from a C++ name

2018-05-15 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94595:ba933501a318 Date: 2018-05-07 22:29 -0700 http://bitbucket.org/pypy/pypy/changeset/ba933501a318/ Log:add helper to extract outer namespace from a C++ name diff --git a/pypy/module/_cppyy/helper.py b/pypy/module/_cppyy/helper.py

[pypy-commit] pypy cppyy-packaging: pythonization improvements

2018-05-15 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94596:10c6393b2cd5 Date: 2018-05-15 20:59 -0700 http://bitbucket.org/pypy/pypy/changeset/10c6393b2cd5/ Log:pythonization improvements diff --git a/pypy/module/_cppyy/__init__.py b/pypy/module/_cppyy/__init__.py --- a/pypy/module/_cppy