[pypy-commit] pypy bsd-patches: patches from issue #2697 fix compilation on FreeBSD

2017-11-01 Thread mattip
Author: Matti Picus Branch: bsd-patches Changeset: r92899:0e6fa4b45bfa Date: 2017-11-01 21:29 +0200 http://bitbucket.org/pypy/pypy/changeset/0e6fa4b45bfa/ Log:patches from issue #2697 fix compilation on FreeBSD diff --git a/pypy/tool/cpyext/extbuild.py

[pypy-commit] pypy bsd-patches: patches from issue 2694, implement ctypes.CDLL(... handle=n)

2017-11-01 Thread mattip
Author: Matti Picus Branch: bsd-patches Changeset: r92896:86e686981d73 Date: 2017-11-01 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/86e686981d73/ Log:patches from issue 2694, implement ctypes.CDLL(... handle=n) diff --git a/lib-python/2.7/ctypes/__init__.py

[pypy-commit] pypy bsd-patches: patch from issue2695, fail early in ll2ctypes RTLD code

2017-11-01 Thread mattip
Author: Matti Picus Branch: bsd-patches Changeset: r92897:16db4e36eac0 Date: 2017-11-01 21:14 +0200 http://bitbucket.org/pypy/pypy/changeset/16db4e36eac0/ Log:patch from issue2695, fail early in ll2ctypes RTLD code diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py

[pypy-commit] pypy bsd-patches: patches from issue #2696, fix various tests on FreeBSD

2017-11-01 Thread mattip
Author: Matti Picus Branch: bsd-patches Changeset: r92898:e9096f3b8ca5 Date: 2017-11-01 21:21 +0200 http://bitbucket.org/pypy/pypy/changeset/e9096f3b8ca5/ Log:patches from issue #2696, fix various tests on FreeBSD diff --git a/pypy/module/_vmprof/test/test__vmprof.py

[pypy-commit] pypy default: merge the branch keep-debug-symbols:

2017-11-01 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r92895:77fff565d382 Date: 2017-11-01 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/77fff565d382/ Log:merge the branch keep-debug-symbols: - symbols are stripped from the executable and placed in a file

[pypy-commit] pypy keep-debug-symbols: close branch to be merged

2017-11-01 Thread antocuni
Author: Antonio Cuni Branch: keep-debug-symbols Changeset: r92894:f29f0f12ffa8 Date: 2017-11-01 10:45 +0100 http://bitbucket.org/pypy/pypy/changeset/f29f0f12ffa8/ Log:close branch to be merged ___ pypy-commit mailing list