I'm trying to create a semi restricted env where users are not able to
bring my application down. I know the following:

100000000**10000000

will not be caught by signal.alarm since it is executed in c code. Are
there other examples?
Will [100]*10000000000 be cought by signal.alarm?

Thanks,

VJ

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to