[pypy-commit] pypy cpyext-obj-stealing: fix test

2017-04-29 Thread mattip
Author: Matti Picus Branch: cpyext-obj-stealing Changeset: r91150:a69664247db2 Date: 2017-04-29 22:53 +0300 http://bitbucket.org/pypy/pypy/changeset/a69664247db2/ Log:fix test diff --git a/pypy/module/cpyext/test/test_listobject.py b/pypy/module/cpyext/test/test_listobject.py --- a/pypy/mod

[pypy-commit] pypy cpyext-obj-stealing: fix test to not use cached object

2017-04-29 Thread mattip
Author: Matti Picus Branch: cpyext-obj-stealing Changeset: r91152:d0e8878705c8 Date: 2017-04-29 23:00 +0300 http://bitbucket.org/pypy/pypy/changeset/d0e8878705c8/ Log:fix test to not use cached object diff --git a/pypy/module/cpyext/test/test_listobject.py b/pypy/module/cpyext/test/test_lis

[pypy-commit] pypy cpyext-obj-stealing: rework refcounting to pass tests, use fresh object in test_list_macros

2017-04-29 Thread mattip
Author: Matti Picus Branch: cpyext-obj-stealing Changeset: r91153:d8750637a6f7 Date: 2017-04-29 23:18 +0300 http://bitbucket.org/pypy/pypy/changeset/d8750637a6f7/ Log:rework refcounting to pass tests, use fresh object in test_list_macros diff --git a/pypy/module/cpyext/listobject.py

[pypy-commit] pypy cpyext-obj-stealing: check return values

2017-04-29 Thread mattip
Author: Matti Picus Branch: cpyext-obj-stealing Changeset: r91151:e26ee9fcd87e Date: 2017-04-29 22:54 +0300 http://bitbucket.org/pypy/pypy/changeset/e26ee9fcd87e/ Log:check return values diff --git a/pypy/module/cpyext/test/test_listobject.py b/pypy/module/cpyext/test/test_listobject.py ---

[pypy-commit] stmgc c8-long-transactions: Make single thread mode transactions inevitable only if there are less than two segments in use

2017-04-29 Thread tobweber
Author: Tobias Weber Branch: c8-long-transactions Changeset: r2045:e2d2d2abc99c Date: 2017-04-26 21:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/e2d2d2abc99c/ Log:Make single thread mode transactions inevitable only if there are less than two segments in use diff --git a/c8/stm

[pypy-commit] stmgc c8-adaptive-trx-length: Implement quick and dirty adaptive mode prototype

2017-04-29 Thread tobweber
Author: Tobias Weber Branch: c8-adaptive-trx-length Changeset: r2044:2d9a2b1a8249 Date: 2017-04-29 11:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/2d9a2b1a8249/ Log:Implement quick and dirty adaptive mode prototype diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8