<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Nov 12, 2013 at 3:53 PM, Victor Stinner <span dir="ltr"><<a href="mailto:victor.stinner@gmail.com" target="_blank">victor.stinner@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2013/11/13 Terry Reedy <<a href="mailto:tjreedy@udel.edu">tjreedy@udel.edu</a>>:<br>
<div class="im">> There are several websites running submitted Python code (and in some cases,<br>
> many other languages).<br>
> ProjectEuler<br>
> CodeAcademy (I think they use someone else's code box)<br>
> CheckIO.org - python only<br>
> other coding challenge sites<br>
> I suspect they use sandboxed processes but have not seen anyone talk about<br>
> what they are doing.<br></div></blockquote><div><br></div><div>I sure hope so. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
</div>It's probably a sandbox around the Python process, not inside the process.<br>
<br>
There is also <a href="http://shell.appspot.com/" target="_blank">http://shell.appspot.com/</a> which uses Google AppEngine.<br>
In my opinion, Google AppEngine doesn't use a sandbox in Python, but<br>
outside Python.</blockquote><div><br></div><div>That's not just your opinion, it's a fact.<br></div></div><br>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)
</div></div>