> Just an idea - probably such safeguards should be put in a generic > layer which would not be python-specific, so that if someone wants to > plug perl, as many things can be shared.
I'll add safeguards, but I wanted first some feedback on the general feel of the beast :) Note also that safeguards are probably simpler to do for a specific language than in general - you don't have to return enough information from the verification layer to know why a call failed, you can simply raise an exception or anything from the plugin code directly. Nicolas
