Author: Antonio Cuni <[email protected]> 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 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -60,4 +60,6 @@ .. branch: gc-disable Make it possible to manually manage the GC by using a combination of -gc.disable() and gc.collect_step() +gc.disable() and gc.collect_step(). Make sure to write a proper release +announcement in which we explain that existing programs could leak memory if +they run for too much time between a gc.disable()/gc.enable() _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
