Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r59146:47fb6a93c8ac
Date: 2012-11-29 20:39 -0800
http://bitbucket.org/pypy/pypy/changeset/47fb6a93c8ac/

Log:    Remove this warning: it works with hybrid, which is the default GC.

diff --git a/pypy/translator/sandbox/pypy_interact.py 
b/pypy/translator/sandbox/pypy_interact.py
--- a/pypy/translator/sandbox/pypy_interact.py
+++ b/pypy/translator/sandbox/pypy_interact.py
@@ -10,8 +10,6 @@
                   which is the virtual current dir (always read-only for now)
     --heapsize=N  limit memory usage to N bytes, or kilo- mega- giga-bytes
                   with the 'k', 'm' or 'g' suffix respectively.
-                  ATM this only works with PyPy translated with Boehm or
-                  the semispace or generation GCs.
     --timeout=N   limit execution time to N (real-time) seconds.
     --log=FILE    log all user input into the FILE.
     --verbose     log all proxied system calls.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to