Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97591:f23e180d2dfc
Date: 2019-09-23 12:17 +0200
http://bitbucket.org/pypy/pypy/changeset/f23e180d2dfc/
Log:Fixed bugs in rrc incmark Added test case and implemented missing
check for new linked proxies
diff --git a/rpython/memo
Author: Ronan Lamy
Branch: py3.6
Changeset: r97592:c5ca148709ff
Date: 2019-09-23 13:11 +0100
http://bitbucket.org/pypy/pypy/changeset/c5ca148709ff/
Log:add locale test
diff --git a/pypy/module/_codecs/test/test_locale.py
b/pypy/module/_codecs/test/test_locale.py
--- a/pypy/module/_codecs/te
Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97593:8b37cae53ec8
Date: 2019-09-23 14:56 +0200
http://bitbucket.org/pypy/pypy/changeset/8b37cae53ec8/
Log:Fixed bug in rrc gc tests
diff --git a/rpython/memory/gc/test/test_rawrefcount.py
b/rpython/memory/gc/test/test_rawrefcount.py
Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97595:7818db583143
Date: 2019-09-23 23:39 +0200
http://bitbucket.org/pypy/pypy/changeset/7818db583143/
Log:Fixed handling of modern finalizers in rrc gc Fixed test cases
diff --git a/rpython/memory/gc/rrc/base.py b/rpython/memory/gc/rr
Author: Stefan Beyer
Branch: cpyext-gc-cycle
Changeset: r97594:aad1bca0736f
Date: 2019-09-23 14:58 +0200
http://bitbucket.org/pypy/pypy/changeset/aad1bca0736f/
Log:Cleaned up and moved code
diff --git a/rpython/memory/gc/rrc/base.py b/rpython/memory/gc/rrc/base.py
--- a/rpython/memory/gc/rrc