[pypy-commit] pypy vmprof-native: correct error message

2017-03-22 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90792:994394fc922f Date: 2017-03-22 15:33 -0300 http://bitbucket.org/pypy/pypy/changeset/994394fc922f/ Log:correct error message diff --git a/rpython/rlib/rvmprof/src/shared/vmp_stack.c b/rpython/rlib/rvmprof/src/shared/vmp_stack.c

[pypy-commit] pypy vmprof-native: dlclose must be called later, it worked for cpython because the process already holds a reference to libunwind and dlclose does not gargabe collect

2017-03-22 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90791:e72336569fc5 Date: 2017-03-22 15:29 -0300 http://bitbucket.org/pypy/pypy/changeset/e72336569fc5/ Log:dlclose must be called later, it worked for cpython because the process already holds a reference to libunwind and dlcl

[pypy-commit] pypy vmprof-native: merge default

2017-03-22 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90790:dd7413118eca Date: 2017-03-22 11:45 -0300 http://bitbucket.org/pypy/pypy/changeset/dd7413118eca/ Log:merge default diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -80,5 +80,6 @@ .hypothesis/ ^release/ ^

[pypy-commit] stmgc c8-overheads-instrumentation: Fix calculation of duration when a second jump lies between start and stop but the duration is less than a second, i.e., add carry over from the nanos

2017-03-22 Thread tobweber
Author: Tobias Weber Branch: c8-overheads-instrumentation Changeset: r2034:0e47a33eecfb Date: 2017-03-22 18:22 +0100 http://bitbucket.org/pypy/stmgc/changeset/0e47a33eecfb/ Log:Fix calculation of duration when a second jump lies between start and stop but the duration is less than a s

[pypy-commit] pypy vmprof-native: pass two own-linux tests by adding rvmprof/src to the path and ensure that RPYTHON_VMPROF is defined

2017-03-22 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90789:8827c130f035 Date: 2017-03-22 09:48 -0300 http://bitbucket.org/pypy/pypy/changeset/8827c130f035/ Log:pass two own-linux tests by adding rvmprof/src to the path and ensure that RPYTHON_VMPROF is defined diff --git a/pypy

[pypy-commit] pypy nogil-unsafe-2: hacking around until test_thread under memory/gc can run

2017-03-22 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90788:5303f96d7faa Date: 2017-03-22 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/5303f96d7faa/ Log:hacking around until test_thread under memory/gc can run diff --git a/rpython/translator/c/src/thread.c b/rpython/translator/c/src

[pypy-commit] pypy nogil-unsafe-2: do the previous workaround only in the problematic case

2017-03-22 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90787:856f0f42a1ee Date: 2017-03-22 09:15 +0100 http://bitbucket.org/pypy/pypy/changeset/856f0f42a1ee/ Log:do the previous workaround only in the problematic case diff --git a/rpython/tool/gcc_cache.py b/rpython/tool/gcc_cache.py --- a/rp

[pypy-commit] pypy nogil-unsafe-2: workaround for tests passing only because of rpython's platform-check cache

2017-03-22 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90786:ad597a412706 Date: 2017-03-22 09:02 +0100 http://bitbucket.org/pypy/pypy/changeset/ad597a412706/ Log:workaround for tests passing only because of rpython's platform- check cache apparently the initial platform check

[pypy-commit] pypy default: Implement PyModule_New().

2017-03-22 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90784:af67b08ae873 Date: 2017-03-22 08:53 +0100 http://bitbucket.org/pypy/pypy/changeset/af67b08ae873/ Log:Implement PyModule_New(). diff --git a/pypy/module/cpyext/modsupport.py b/pypy/module/cpyext/modsupport.py --- a/pypy/module/cpyext/modsupport.

[pypy-commit] pypy py3.5: hg merge default

2017-03-22 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90785:eff72e17f613 Date: 2017-03-22 08:59 +0100 http://bitbucket.org/pypy/pypy/changeset/eff72e17f613/ Log:hg merge default diff --git a/pypy/module/cpyext/modsupport.py b/pypy/module/cpyext/modsupport.py --- a/pypy/module/cpyext/modsupport.py +