[pypy-commit] pypy default: hg ignore generated libbacktrace files, do not call libbacktrace/configure twice if it has already been generated

2017-04-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90959:0c692c931d74 Date: 2017-04-04 18:50 -0400 http://bitbucket.org/pypy/pypy/changeset/0c692c931d74/ Log:hg ignore generated libbacktrace files, do not call libbacktrace/configure twice if it has already been generated diff too long, tr

[pypy-commit] pypy vmprof-multiple-eval-funcs: name the decurated function, remove print statement in test printing the timestamp

2017-04-04 Thread plan_rich
Author: Richard Plangger Branch: vmprof-multiple-eval-funcs Changeset: r90958:13a58fcb9ede Date: 2017-04-04 18:03 -0400 http://bitbucket.org/pypy/pypy/changeset/13a58fcb9ede/ Log:name the decurated function, remove print statement in test printing the timestamp diff --git a/pypy/modu

[pypy-commit] pypy vmprof-multiple-eval-funcs: pass the function name and resolve the symbol by dlsym

2017-04-04 Thread plan_rich
Author: Richard Plangger Branch: vmprof-multiple-eval-funcs Changeset: r90957:a7e4613fa118 Date: 2017-04-04 17:50 -0400 http://bitbucket.org/pypy/pypy/changeset/a7e4613fa118/ Log:pass the function name and resolve the symbol by dlsym diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rli

[pypy-commit] pypy vmprof-multiple-eval-funcs: register all functions passed to vmprof_execute_code and call vmprof_register_eval just before the module is enabled

2017-04-04 Thread plan_rich
Author: Richard Plangger Branch: vmprof-multiple-eval-funcs Changeset: r90956:f7aa9fbfd4f0 Date: 2017-04-04 16:44 -0400 http://bitbucket.org/pypy/pypy/changeset/f7aa9fbfd4f0/ Log:register all functions passed to vmprof_execute_code and call vmprof_register_eval just before the module

[pypy-commit] pypy default: copy over new backtrace library and remove generated sources

2017-04-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90954:8bdfec6268dc Date: 2017-04-04 15:14 -0400 http://bitbucket.org/pypy/pypy/changeset/8bdfec6268dc/ Log:copy over new backtrace library and remove generated sources diff too long, truncating to 2000 out of 2055 lines diff --git a/rpython/rlib

[pypy-commit] pypy default: configure libbacktrace in setup of rvmprof

2017-04-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90955:d8942fab96a7 Date: 2017-04-04 15:44 -0400 http://bitbucket.org/pypy/pypy/changeset/d8942fab96a7/ Log:configure libbacktrace in setup of rvmprof diff too long, truncating to 2000 out of 6940 lines diff --git a/rpython/rlib/rvmprof/cintf.py

[pypy-commit] pypy vmprof-multiple-eval-funcs: merge default

2017-04-04 Thread plan_rich
Author: Richard Plangger Branch: vmprof-multiple-eval-funcs Changeset: r90953:35bfe43fcd84 Date: 2017-04-04 14:45 -0400 http://bitbucket.org/pypy/pypy/changeset/35bfe43fcd84/ Log:merge default diff too long, truncating to 2000 out of 5520 lines diff --git a/.gitignore b/.gitignore old mode

[pypy-commit] buildbot default: disable nightly runs of PYPYBUILDBOT, NUMPY_64, NUMPY_WIN, move PYPYBUILDBOT to cobra

2017-04-04 Thread mattip
Author: Matti Picus Branch: Changeset: r1022:7839f69fbbc6 Date: 2017-04-04 22:20 +0300 http://bitbucket.org/pypy/buildbot/changeset/7839f69fbbc6/ Log:disable nightly runs of PYPYBUILDBOT, NUMPY_64, NUMPY_WIN, move PYPYBUILDBOT to cobra diff --git a/bot2/pypybuildbot/master.py b/bot2

[pypy-commit] pypy default: Corner case, probably not testable, if we get a bound that has no lower

2017-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r90949:d7fc76979470 Date: 2017-04-04 20:32 +0200 http://bitbucket.org/pypy/pypy/changeset/d7fc76979470/ Log:Corner case, probably not testable, if we get a bound that has no lower bound but a greater-than-zero 'lower' value (which should not

[pypy-commit] pypy default: merge heads

2017-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r90952:d130be27596c Date: 2017-04-04 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/d130be27596c/ Log:merge heads diff --git a/rpython/rlib/rvmprof/src/shared/symboltable.c b/rpython/rlib/rvmprof/src/shared/symboltable.c --- a/rpython/rlib/rvmpro

[pypy-commit] pypy default: Issue #2528: test and fix for int_and() propagating wrong bounds

2017-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r90950:42ab42428685 Date: 2017-04-04 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/42ab42428685/ Log:Issue #2528: test and fix for int_and() propagating wrong bounds diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metain

[pypy-commit] pypy default: Another case where we read .upper without checking .has_upper

2017-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r90951:e691a4f66264 Date: 2017-04-04 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/e691a4f66264/ Log:Another case where we read .upper without checking .has_upper diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metaint

[pypy-commit] pypy default: Remove a corner case where lower == MININT/2 or upper = MAXINT/2,

2017-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r90948:144118957d4a Date: 2017-04-04 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/144118957d4a/ Log:Remove a corner case where lower == MININT/2 or upper = MAXINT/2, which is recorded as if "not too big", but actually not used as "too

[pypy-commit] pypy default: include link.h also on linux

2017-04-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90947:ea8db5425a1c Date: 2017-04-04 14:35 -0400 http://bitbucket.org/pypy/pypy/changeset/ea8db5425a1c/ Log:include link.h also on linux diff --git a/rpython/rlib/rvmprof/src/shared/symboltable.c b/rpython/rlib/rvmprof/src/shared/symboltable.c --

[pypy-commit] pypy mtest: Use CPython's documented way of running its test suite, instead of our hacked script

2017-04-04 Thread rlamy
Author: Ronan Lamy Branch: mtest Changeset: r90946:d601c5fc81dc Date: 2017-04-04 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/d601c5fc81dc/ Log:Use CPython's documented way of running its test suite, instead of our hacked script diff --git a/lib-python/conftest.py b/lib-pytho

[pypy-commit] pypy default: Don't hard-code the version number in the doc

2017-04-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r90945:d681bf28da20 Date: 2017-04-04 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/d681bf28da20/ Log:Don't hard-code the version number in the doc diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++ b/pypy/doc/