python without while and other "explosive" statements

2008-05-11 Thread ivo talvet
Hello, Is it possible to have a python which not handle the execution of "while", "for", and other loop statements ? I would like to allow remote execution of python on a public irc channel, so i'm looking for techniques which would do so people won't be able to crash my computer (while 1: os.fork

Re: python without while and other "explosive" statements

2008-05-12 Thread ivo talvet
thanks for the tips, pam limits and http://codepad.org/ are both interesting tracks. Ivo 2008/5/12 Matt Nordhoff <[EMAIL PROTECTED]>: > > ivo talvet wrote: > > Hello, > > > > Is it possible to have a python which not handle the execution of > > "whi