[Python-Dev] Re: [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.14,1.15

Greg Ewing greg@cosc.canterbury.ac.nz
Mon, 12 Feb 2001 14:05:54 +1300 (NZDT)


Jeremy Hylton:

> Relax the rules for using 'from ... import *' and exec in the presence
> of nested functions.  Either is allowed in a function if it contains
> no defs or lambdas or the defs and lambdas it contains have no free
> variables.

Seems to me the rules could be relaxed even further than that.
Simply say that if an exec or import-* introduces any new names
into an intermediate scope, then tough luck, they won't be visible
to any nested functions.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+