[pypy-commit] pypy gc-disable: add a method to manually run a single gc-collect-step

2018-05-30 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r94711:5a7307d2116c Date: 2018-05-29 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/5a7307d2116c/ Log:add a method to manually run a single gc-collect-step diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.p

[pypy-commit] pypy gc-disable: implement the app-level version of gc.collect_step()

2018-05-30 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r94713:8315bb2ed1ef Date: 2018-05-30 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/8315bb2ed1ef/ Log:implement the app-level version of gc.collect_step() diff --git a/pypy/module/gc/__init__.py b/pypy/module/gc/__init__.py --- a/pypy/

[pypy-commit] pypy gc-disable: this looks like a typo which was introduced by 490058ea54e6; add a test and fix

2018-05-30 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r94710:f28af902fb66 Date: 2018-05-29 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/f28af902fb66/ Log:this looks like a typo which was introduced by 490058ea54e6; add a test and fix diff --git a/rpython/memory/gc/incminimark.py

[pypy-commit] pypy gc-disable: implement rgc.collect_step() through all the layers

2018-05-30 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r94712:868c42b150e9 Date: 2018-05-29 18:58 +0200 http://bitbucket.org/pypy/pypy/changeset/868c42b150e9/ Log:implement rgc.collect_step() through all the layers diff --git a/rpython/memory/gc/base.py b/rpython/memory/gc/base.py --- a/rpython/

[pypy-commit] pypy py3.5: Fix NameError from last commit.

2018-05-30 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r94714:1807915e1ede Date: 2018-05-31 01:01 +0200 http://bitbucket.org/pypy/pypy/changeset/1807915e1ede/ Log:Fix NameError from last commit. diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.p