In <[EMAIL PROTECTED]>, robert wrote:

> The fact is:
> * Python has that big problem with unnecessary barriers for nested frame 
> access - especially painfull with callback functions where you want to 
> put back data into the calling frame.

You mean accessing the locals in the function that invoked the callback!? 
That sounds ugly.  Makes it hard to decouple the caller and the callee
here.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to