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

antocuni pypy.commits at gmail.com
Wed Dec 19 11:25:55 EST 2018


Author: Antonio Cuni <anto.cuni at gmail.com>
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()


More information about the pypy-commit mailing list