A Frame-space syntax ? - Re: global, globals(), _global ?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sat Mar 18 17:18:40 EST 2006


In <dve6ll$29l4$1 at ulysses.news.tiscali.de>, 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



More information about the Python-list mailing list