[pypy-commit] pypy default: Kill this outdated comment line: it should be implemented on any

arigo noreply at buildbot.pypy.org
Mon Feb 10 12:03:13 CET 2014


Author: Armin Rigo <arigo at tunes.org>
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
 


More information about the pypy-commit mailing list