Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r69118:2c9c60b7e067
Date: 2014-02-10 12:02 +0100
http://bitbucket.org/pypy/pypy/changeset/2c9c60b7e067/

Log:    Kill this outdated comment line: it should be implemented on any
        reasonable GC nowadays.

diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython/rlib/rgc.py
+++ b/rpython/rlib/rgc.py
@@ -15,7 +15,6 @@
 
 def set_max_heap_size(nbytes):
     """Limit the heap size to n bytes.
-    So far only implemented by the Boehm GC and the semispace/generation GCs.
     """
     pass
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to