Author: Armin Rigo <ar...@tunes.org>
Branch: use-gc-del-3
Changeset: r84325:ca14ff0b53ba
Date: 2016-05-09 10:38 +0200
http://bitbucket.org/pypy/pypy/changeset/ca14ff0b53ba/

Log:    branch doc

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
@@ -84,3 +84,8 @@
 
 .. branch: cpyext-more-slots
 
+.. branch: use-gc-del-3
+
+Use the new rgc.FinalizerQueue mechanism to clean up the handling of
+``__del__`` methods.  Fixes notably issue #2287.  (All RPython
+subclasses of W_Root need to use FinalizerQueue now.)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to