Author: Antonio Cuni <[email protected]>
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
+++ b/pypy/doc/whatsnew-head.rst
@@ -56,3 +56,8 @@
 .. branch: expose-gc-time
 
 Make GC hooks measure time in seconds (as opposed to an opaque unit).
+
+.. branch: gc-disable
+
+Make it possible to manually manage the GC by using a combination of
+gc.disable() and gc.collect_step()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to