[pypy-commit] pypy default: 4d66c739aa16 was too strict, why?

2015-03-20 Thread mattip
Author: mattip Branch: Changeset: r76481:adc34b25572f Date: 2015-03-20 07:47 +0200 http://bitbucket.org/pypy/pypy/changeset/adc34b25572f/ Log:4d66c739aa16 was too strict, why? diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py --- a/rpython/translato

[pypy-commit] pypy default: Small rewrites

2015-03-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r76482:81078d224b97 Date: 2015-03-20 18:11 +0100 http://bitbucket.org/pypy/pypy/changeset/81078d224b97/ Log:Small rewrites diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -174,6 +174,38 @@ User Guide =

[pypy-commit] pypy stmgc-c7: Phew, this took quite a bit of guessing. See comments.

2015-03-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76483:749349c85755 Date: 2015-03-20 19:22 +0100 http://bitbucket.org/pypy/pypy/changeset/749349c85755/ Log:Phew, this took quite a bit of guessing. See comments. diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py --- a/lib_pypy/tran