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

2017-06-30 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91662:96e56ffe7aa7 Date: 2017-06-30 23:25 +0100 http://bitbucket.org/pypy/pypy/changeset/96e56ffe7aa7/ Log:hg merge default diff too long, truncating to 2000 out of 2002 lines diff --git a/lib_pypy/stackless.py

[pypy-commit] pypy default: Change signature of PyXXX_Check pseudo-macros from int(PyObject*) to int(void*) (fixes #2596)

2017-06-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91661:36eb150b3c67 Date: 2017-06-30 22:03 +0100 http://bitbucket.org/pypy/pypy/changeset/36eb150b3c67/ Log:Change signature of PyXXX_Check pseudo-macros from int(PyObject*) to int(void*) (fixes #2596) diff --git

[pypy-commit] pypy default: Kill test-only unwrapper_catch() and fix tests

2017-06-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91660:32f6ab17f6c1 Date: 2017-06-30 20:43 +0100 http://bitbucket.org/pypy/pypy/changeset/32f6ab17f6c1/ Log:Kill test-only unwrapper_catch() and fix tests diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] stmgc c8-tcp-style-trx-length: Improve backoff duration computation

2017-06-30 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2079:50a4a53200e3 Date: 2017-06-27 15:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/50a4a53200e3/ Log:Improve backoff duration computation diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c ---

[pypy-commit] stmgc c8-tcp-style-trx-length: Implement TCP style linear transaction length increase after abort, exponential increase only initially or after a constant amount of transactions

2017-06-30 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2078:91207e4ad1b8 Date: 2017-06-26 12:22 +0200 http://bitbucket.org/pypy/stmgc/changeset/91207e4ad1b8/ Log:Implement TCP style linear transaction length increase after abort, exponential increase