[pypy-commit] pypy gc-disable: close merged branch

2018-12-19 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r95513:e6dcaa99d7ab Date: 2018-12-19 18:11 +0100 http://bitbucket.org/pypy/pypy/changeset/e6dcaa99d7ab/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: Merge the gc-disable branch, which introduces two changes to the gc module:

2018-12-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95514:947a6274ef5e Date: 2018-12-19 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/947a6274ef5e/ Log:Merge the gc-disable branch, which introduces two changes to the gc module: 1. gc.disable() actually disables the major

[pypy-commit] pypy gc-disable: Fix comments and tweaks to the logic in incminimark.collect()

2018-12-19 Thread arigo
Author: Armin Rigo Branch: gc-disable Changeset: r95512:432d816c6d7b Date: 2018-12-19 18:05 +0100 http://bitbucket.org/pypy/pypy/changeset/432d816c6d7b/ Log:Fix comments and tweaks to the logic in incminimark.collect() diff --git a/pypy/doc/cpython_differences.rst

[pypy-commit] pypy gc-disable: add a note for the next release announcement

2018-12-19 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r95511:0a8bccb474c9 Date: 2018-12-19 17:25 +0100 http://bitbucket.org/pypy/pypy/changeset/0a8bccb474c9/ Log:add a note for the next release announcement diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy gc-disable: fix whatsnew

2018-12-19 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r95510:9901aada1e1b Date: 2018-12-19 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/9901aada1e1b/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy gc-disable: write docs for the new GC API

2018-12-19 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r95509:9b7167f7a2ac Date: 2018-12-19 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/9b7167f7a2ac/ Log:write docs for the new GC API diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst ---

[pypy-commit] pypy gc-disable: encode the gc states in 16 bit instead of 32, to avoid messing with unsigned constants on 32 bit

2018-12-19 Thread antocuni
Author: Antonio Cuni Branch: gc-disable Changeset: r95508:96498bace39f Date: 2018-12-19 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/96498bace39f/ Log:encode the gc states in 16 bit instead of 32, to avoid messing with unsigned constants on 32 bit diff --git