Re: Python sub-interpreter, security

2006-06-26 Thread jvvhie
faulkner wrote: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496746 Thanks! I was searching everywhere but couldn't find the right terms, I guess. -- http://mail.python.org/mailman/listinfo/python-list

Python sub-interpreter, security

2006-06-25 Thread jvvhie
Hello, I am writing a pure-Python game engine that interprets the code of game objects within the same process with the exec statement. My main goal is to make as much power available as possible and exec seems like the best way to do that. This is my proof-of-concept code(only 18 lines and some