[pypy-dev] Online Python interpreter on top of PyPy

Armin Rigo arigo at tunes.org
Fri Mar 9 17:40:10 CET 2012


Hi,

On Thu, Mar 8, 2012 at 16:12, Maciej Fijalkowski <fijall at gmail.com> wrote:
>> Sorry, I did some mistake with git stash pop, I apologise. so whole system
>> was corrupted, Thanks for your time. Now system is up. Kindly try.

It looks like a nice demo :-)  The system has limits of 200MB or 60
seconds.  For a pypy-sandbox, the only thing that needs to be done
carefully is what occurs if a lot of requests come at the same time.
Does your demo run only one of them and queue or discard the other
ones?

> you don't correctly escape the output. So a print '<h1>' would do
> exactly that ;-)

Indeed, it's annoying when you try to print e.g. 'sys.modules'.  But
it's not really a security bug.


A bientôt,

Armin.


More information about the pypy-dev mailing list