[pypy-commit] cffi default: Issue #319

2017-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2977:75275c539e51 Date: 2017-06-15 10:19 +0200 http://bitbucket.org/cffi/cffi/changeset/75275c539e51/ Log:Issue #319 Fix a race condition: we can't stick an attribute to ffi._backend, because another thread might be in the middle of ``f

[pypy-commit] pypy default: Issue #1853

2017-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r91606:0b207c82e5fd Date: 2017-06-15 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0b207c82e5fd/ Log:Issue #1853 Add cPickle.Unpickler.find_global diff --git a/lib_pypy/cPickle.py b/lib_pypy/cPickle.py --- a/lib_pypy/cPickle.py +++ b/lib

[pypy-commit] pypy default: improve test

2017-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r91607:4a32e5d6f559 Date: 2017-06-15 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/4a32e5d6f559/ Log:improve test diff --git a/pypy/module/test_lib_pypy/test_cPickle.py b/pypy/module/test_lib_pypy/test_cPickle.py --- a/pypy/module/test_lib_pypy/

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Set short transaction length to default

2017-06-15 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2076:472cd93faa7e Date: 2017-06-13 15:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/472cd93faa7e/ Log:Set short transaction length to default diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Implement simple binary adaptive transaction length

2017-06-15 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2074:abbe431338a8 Date: 2017-06-11 18:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/abbe431338a8/ Log:Implement simple binary adaptive transaction length diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/st

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Set short transaction length greater zero

2017-06-15 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2075:953006e6836b Date: 2017-06-12 09:25 +0200 http://bitbucket.org/pypy/stmgc/changeset/953006e6836b/ Log:Set short transaction length greater zero diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.

[pypy-commit] stmgc c8-binary-trx-length-per-thread: Select short trx length to be 100B

2017-06-15 Thread tobweber
Author: Tobias Weber Branch: c8-binary-trx-length-per-thread Changeset: r2077:e264072fb063 Date: 2017-06-15 16:27 +0200 http://bitbucket.org/pypy/stmgc/changeset/e264072fb063/ Log:Select short trx length to be 100B diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c +++ b

[pypy-commit] pypy multiphase: Add more tests; actually set the type name in PyType_FromSpec()

2017-06-15 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r91608:eb06701ddfd6 Date: 2017-06-15 16:02 +0100 http://bitbucket.org/pypy/pypy/changeset/eb06701ddfd6/ Log:Add more tests; actually set the type name in PyType_FromSpec() diff --git a/pypy/module/cpyext/test/test_module.py b/pypy/module/cpye

[pypy-commit] pypy multiphase: fix translation

2017-06-15 Thread rlamy
Author: Ronan Lamy Branch: multiphase Changeset: r91609:bb2c4b519f09 Date: 2017-06-15 17:09 +0100 http://bitbucket.org/pypy/pypy/changeset/bb2c4b519f09/ Log:fix translation diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py --- a/pypy/module/cpyext/typeobject.py

[pypy-commit] pypy default: ignore more local status files

2017-06-15 Thread mattip
Author: Matti Picus Branch: Changeset: r91610:52f2b6e7ff47 Date: 2017-06-15 20:26 +0300 http://bitbucket.org/pypy/pypy/changeset/52f2b6e7ff47/ Log:ignore more local status files diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -8,6 +8,8 @@ .pydevproject __pycache__

[pypy-commit] pypy default: document merged branches

2017-06-15 Thread mattip
Author: Matti Picus Branch: Changeset: r91611:b491b26971bf Date: 2017-06-15 21:06 +0300 http://bitbucket.org/pypy/pypy/changeset/b491b26971bf/ Log:document merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy quad-color-gc: Fix -O0 not working with qcgc

2017-06-15 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r91612:e1122de6d5cc Date: 2017-06-15 20:31 +0200 http://bitbucket.org/pypy/pypy/changeset/e1122de6d5cc/ Log:Fix -O0 not working with qcgc diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a/rp

[pypy-commit] pypy default: support PyFrozenSet_New

2017-06-15 Thread mattip
Author: Matti Picus Branch: Changeset: r91613:776f717d31e0 Date: 2017-06-16 09:43 +0300 http://bitbucket.org/pypy/pypy/changeset/776f717d31e0/ Log:support PyFrozenSet_New diff --git a/pypy/module/cpyext/setobject.py b/pypy/module/cpyext/setobject.py --- a/pypy/module/cpyext/setobject.py +++