In article <[EMAIL PROTECTED]>,
 Nick Coghlan <[EMAIL PROTECTED]> wrote:

> Antoon Pardon wrote:ons already existing.
> > The compilor might generate a RESTORE instruction.
> 
> Whether it is done as a LOAD/STORE or a RESTORE, it has to perform the same 
> work 
> - check the name exists in the local namespace, and throw an exception if it 
> doesn't. If it the name does exist, perform a normal store operation.

But the compiler would _know_ in which scope the variable was defined, 
no?

Just
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to