[pypy-commit] pypy default: rvmprof.dummy is not really working, at least for pypy. Try to fix it some more,

2018-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r94874:0ee5333ce97e Date: 2018-07-18 10:46 +0200 http://bitbucket.org/pypy/pypy/changeset/0ee5333ce97e/ Log:rvmprof.dummy is not really working, at least for pypy. Try to fix it some more, but give up for now. Instead, robustly detect that

[pypy-commit] pypy py3.5: Start to debug 'multiprocessing' on win32, but found out that '_winapi.py' is not complete at all.

2018-07-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94875:cad71ec84cef Date: 2018-07-18 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/cad71ec84cef/ Log:Start to debug 'multiprocessing' on win32, but found out that '_winapi.py' is not complete at all. diff --git a/lib_pypy/_winapi.py

[pypy-commit] pypy default: Apply patch to have vmprof work on FreeBSD

2018-07-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r94876:587bebd53960 Date: 2018-07-18 22:47 +0200 http://bitbucket.org/pypy/pypy/changeset/587bebd53960/ Log:Apply patch to have vmprof work on FreeBSD (thanks David C. on pypy- dev) diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmpr

[pypy-commit] pypy cppyy-packaging: vector's base class has no 'data'

2018-07-18 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94877:e3f75a873428 Date: 2018-07-18 21:20 -0700 http://bitbucket.org/pypy/pypy/changeset/e3f75a873428/ Log:vector's base class has no 'data' diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_cppyy/pythonify.py --- a/pypy/mod

[pypy-commit] pypy cppyy-packaging: converter for builtin arrays of instances

2018-07-18 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94878:046b87bc288f Date: 2018-07-18 21:21 -0700 http://bitbucket.org/pypy/pypy/changeset/046b87bc288f/ Log:converter for builtin arrays of instances diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter.py --- a/