[pypy-commit] pypy default: start working on windows

2016-02-06 Thread fijal
Author: fijal Branch: Changeset: r82098:515907d579a2 Date: 2016-02-06 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/515907d579a2/ Log:start working on windows diff --git a/rpython/rlib/rvmprof/src/rvmprof.c b/rpython/rlib/rvmprof/src/rvmprof.c --- a/rpython/rlib/rvmprof/src/rvmprof.c

[pypy-commit] pypy default: somehow it ate my bracket

2016-02-06 Thread fijal
Author: fijal Branch: Changeset: r82097:32b3efa1db67 Date: 2016-02-06 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/32b3efa1db67/ Log:somehow it ate my bracket diff --git a/pypy/module/_vmprof/test/test_direct.py b/pypy/module/_vmprof/test/test_direct.py --- a/pypy/module/_vmprof/tes

[pypy-commit] pypy default: merge

2016-02-06 Thread fijal
Author: fijal Branch: Changeset: r82099:abe7c26d3bb5 Date: 2016-02-06 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/abe7c26d3bb5/ Log:merge diff --git a/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py b/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py --- a/rpython/jit/b

[pypy-commit] pypy.org extradoc: update the values

2016-02-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r699:e27956d33e01 Date: 2016-02-06 19:47 +0100 http://bitbucket.org/pypy/pypy.org/changeset/e27956d33e01/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $62793 of $105000 (

[pypy-commit] cffi default: issue #246: trying to be more robust against CPython's fragile

2016-02-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2619:bdcc6eeb3de4 Date: 2016-02-06 20:25 +0100 http://bitbucket.org/cffi/cffi/changeset/bdcc6eeb3de4/ Log:issue #246: trying to be more robust against CPython's fragile interpreter shutdown logic diff --git a/c/call_python.c b/c/call_python.c -

[pypy-commit] pypy cpyext-gc-support-2: Pass a few more tests

2016-02-06 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82100:2eef9245adc0 Date: 2016-02-06 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/2eef9245adc0/ Log:Pass a few more tests diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b

[pypy-commit] pypy cpyext-gc-support-2: borrowed results (copying from cpyext-gc-support)

2016-02-06 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82101:da0f029832ef Date: 2016-02-06 19:13 +0100 http://bitbucket.org/pypy/pypy/changeset/da0f029832ef/ Log:borrowed results (copying from cpyext-gc-support) diff --git a/pypy/module/cpyext/modsupport.py b/pypy/module/cpyext/modsuppor

[pypy-commit] pypy llimpl: Hack the functionptr when passing an llexternal as llimpl in register_external()

2016-02-06 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82104:58ecd8c5102c Date: 2016-02-07 02:00 + http://bitbucket.org/pypy/pypy/changeset/58ecd8c5102c/ Log:Hack the functionptr when passing an llexternal as llimpl in register_external() diff --git a/rpython/rtyper/extfunc.py b/rpython/r

[pypy-commit] pypy llimpl: Replace test using running_on_llinterp directly by another test that uses running_on_llinterp indirectly through register_external.

2016-02-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: llimpl Changeset: r82102:16c586e89bf4 Date: 2014-01-27 19:58 +0100 http://bitbucket.org/pypy/pypy/changeset/16c586e89bf4/ Log:Replace test using running_on_llinterp directly by another test that uses running_on_llinterp indirectly through register_external.

[pypy-commit] pypy llimpl: Kill running_on_llinterp. Instead we attach the fakeimpl to the function object and fish it in llinterp.

2016-02-06 Thread Manuel Jacob
Author: Manuel Jacob Branch: llimpl Changeset: r82103:dbd0602d5f13 Date: 2014-01-27 21:58 +0100 http://bitbucket.org/pypy/pypy/changeset/dbd0602d5f13/ Log:Kill running_on_llinterp. Instead we attach the fakeimpl to the function object and fish it in llinterp. (grafted from 39eb