[pypy-commit] pypy default: rewrite the first gsoc task, do not focus on the interp. size, but generally spot and solve issues where pypy keeps more memory

2017-03-07 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90585:8a2bfc0d6823 Date: 2017-03-07 19:16 +0100 http://bitbucket.org/pypy/pypy/changeset/8a2bfc0d6823/ Log:rewrite the first gsoc task, do not focus on the interp. size, but generally spot and solve issues where pypy keeps more memory dif

[pypy-commit] cffi default: typo

2017-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r2896:d9575530d274 Date: 2017-03-07 14:20 +0100 http://bitbucket.org/cffi/cffi/changeset/d9575530d274/ Log:typo diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -452,7 +452,7 @@ ...

[pypy-commit] pypy py3.5: _Py_RestoreSignals(). Hard to test

2017-03-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90584:25aaba6da424 Date: 2017-03-07 13:49 +0100 http://bitbucket.org/pypy/pypy/changeset/25aaba6da424/ Log:_Py_RestoreSignals(). Hard to test diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/