[pypy-svn] r48651 - pypy/extradoc/talk/pycon2008

fijal at codespeak.net fijal at codespeak.net
Tue Nov 13 16:11:11 CET 2007


Author: fijal
Date: Tue Nov 13 16:11:11 2007
New Revision: 48651

Modified:
   pypy/extradoc/talk/pycon2008/proxy-abstract.txt
Log:
Resolve one XXX


Modified: pypy/extradoc/talk/pycon2008/proxy-abstract.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/proxy-abstract.txt	(original)
+++ pypy/extradoc/talk/pycon2008/proxy-abstract.txt	Tue Nov 13 16:11:11 2007
@@ -30,9 +30,9 @@
   python types like frames), with various usage showcases including
   our completely transparent remote access scheme.
 
-* the PyPy Sandbox, which allows one to run a non-stripped (XXX not clear what "non-stripped" means) version of
-  our Python interpreter in a controlled environment with a custom
-  safety policy.
+* the PyPy Sandbox, which allows one to run a full python
+  interpreter (including free imports) in a controlled environment with a
+  custom safety policy, restrained on calls to C level.
 
 * The Taint Object Space, which allows programmers to make sure that sensitive
   information does not cross I/O barriers.



More information about the Pypy-commit mailing list