[EMAIL PROTECTED] writes:
> Let me explain: First, changer() is kind of templating language so it
> should be written down in this form - however, it can change during
> run-time as you like. Basically, it is just ordinary python code which
> changes (should change) the local variables of another function,
> run(). Oh, and it has to be *thread-safe*.

That is total madness.  Just use a normal object or dictionary with a lock.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to