Simple eval

MonkeeSage MonkeeSage at gmail.com
Mon Nov 19 00:46:49 EST 2007


As I see it, just as a matter of common sense, there will be no way to
match the performance of the backend eval() with any interpreted code.
At best, performance-wise, a preprocessor for the built-in eval()
would be in order, filtering out the "unsafe" cases and passing the
rest through. But what do I know, I could be dead wrong. :)

Regards,
Jordan



More information about the Python-list mailing list