Hi, On Thu, Mar 8, 2012 at 16:12, Maciej Fijalkowski <[email protected]> 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. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
