Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r94020:2804dc8a8645
Date: 2018-03-20 09:08 +0100
http://bitbucket.org/pypy/pypy/changeset/2804dc8a8645/

Log:    FinalizerQueue works with Boehm too

diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython/rlib/rgc.py
+++ b/rpython/rlib/rgc.py
@@ -378,8 +378,6 @@
 
 class FinalizerQueue(object):
     """A finalizer queue.  See pypy/doc/discussion/finalizer-order.rst.
-    Note: only works with the framework GCs (like minimark).  It is
-    ignored with Boehm or with refcounting (used by tests).
     """
     # Must be subclassed, and the subclass needs these attributes:
     #
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to