[pypy-commit] pypy cpyext-gc-cycle: Increased incremental limit of rrc incmark

2019-11-06 Thread stevie_92
Author: Stefan Beyer Branch: cpyext-gc-cycle Changeset: r97967:1fd7c207819e Date: 2019-11-06 10:00 +0100 http://bitbucket.org/pypy/pypy/changeset/1fd7c207819e/ Log:Increased incremental limit of rrc incmark Changed default rrc implementation Added simple rrc implementation (to mimic o

[pypy-commit] pypy py3.6: Adjust test for changes to co_consts

2019-11-06 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97970:7b678cb3bf52 Date: 2019-11-06 16:00 + http://bitbucket.org/pypy/pypy/changeset/7b678cb3bf52/ Log:Adjust test for changes to co_consts diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py --- a/lib-python/3/test/test

[pypy-commit] pypy py3.6: adapt expected dis output to PyPy

2019-11-06 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97971:baac25aa3936 Date: 2019-11-06 16:52 + http://bitbucket.org/pypy/pypy/changeset/baac25aa3936/ Log:adapt expected dis output to PyPy diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py --- a/lib-python/3/test/test_di

[pypy-commit] pypy cppyy-packaging: closing old cppyy packaing branch to restart work

2019-11-06 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r97972:b9b63c51b979 Date: 2019-11-06 13:41 -0800 http://bitbucket.org/pypy/pypy/changeset/b9b63c51b979/ Log:closing old cppyy packaing branch to restart work ___ pypy-commit mailing list pypy

[pypy-commit] pypy py3.7-bpo-29962: Implemented app-level math.remainder

2019-11-06 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: py3.7-bpo-29962 Changeset: r97973:b1d5214588a0 Date: 2019-11-06 23:58 +0100 http://bitbucket.org/pypy/pypy/changeset/b1d5214588a0/ Log:Implemented app-level math.remainder diff --git a/pypy/module/math/app_math.py b/pypy/module/math/app_math.py --- a/pypy/modul