[pypy-commit] pypy cpyext-gc-cycle: Fixed bug in rrc incmark

2019-11-27 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r98162:93669df5242d Date: 2019-11-27 14:00 +0100 http://bitbucket.org/pypy/pypy/changeset/93669df5242d/ Log:Fixed bug in rrc incmark diff --git a/rpython/memory/gc/rrc/incmark.py b/rpython/memory/gc/rrc/incmark.py --- a/rpython/memory/g

[pypy-commit] pypy hpy-ctypespace: close branch which will be merged into hpy

2019-11-27 Thread antocuni
Author: Antonio Cuni Branch: hpy-ctypespace Changeset: r98163:ed73b0a1ed73 Date: 2019-11-28 01:11 +0100 http://bitbucket.org/pypy/pypy/changeset/ed73b0a1ed73/ Log:close branch which will be merged into hpy ___ pypy-commit mailing list pypy-commit@p

[pypy-commit] pypy hpy: Merge branch hpy-ctypespace. Use CTypeSpace to declare HPy types

2019-11-27 Thread antocuni
Author: Antonio Cuni Branch: hpy Changeset: r98164:3239497d9665 Date: 2019-11-28 01:17 +0100 http://bitbucket.org/pypy/pypy/changeset/3239497d9665/ Log:Merge branch hpy-ctypespace. Use CTypeSpace to declare HPy types I think that the final result is much easier to read and to manage.