[pypy-svn] r46409 - pypy/dist/pypy/translator/sandbox

arigo at codespeak.net arigo at codespeak.net
Fri Sep 7 20:19:13 CEST 2007


Author: arigo
Date: Fri Sep  7 20:19:13 2007
New Revision: 46409

Modified:
   pypy/dist/pypy/translator/sandbox/pypy_interact.py
Log:
Precision in the docstring: --heapsize won't work out of the box with other
sandboxed executables than PyPy.


Modified: pypy/dist/pypy/translator/sandbox/pypy_interact.py
==============================================================================
--- pypy/dist/pypy/translator/sandbox/pypy_interact.py	(original)
+++ pypy/dist/pypy/translator/sandbox/pypy_interact.py	Fri Sep  7 20:19:13 2007
@@ -10,7 +10,7 @@
                   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 if the sandboxed executable uses Boehm.
+                  ATM this only works with PyPy translated with Boehm.
     --timeout=N   limit execution time to N (real-time) seconds.
 """
 



More information about the Pypy-commit mailing list