add brief note on compiler support
This commit is contained in:
parent
d1917acf5a
commit
d5d6de8908
|
@ -329,6 +329,12 @@ Implementation
|
||||||
definition time. This is the default argument hack, but not
|
definition time. This is the default argument hack, but not
|
||||||
actual name resolution based on statically nested scopes.
|
actual name resolution based on statically nested scopes.
|
||||||
|
|
||||||
|
It is not clear whether the current 1-pass Python compiler can
|
||||||
|
determine which references are to globals and which are references
|
||||||
|
to enclosing scopes. It may be possible to make minimal changes
|
||||||
|
that defers the optimize() call until a second pass, after scopes
|
||||||
|
have been determined.
|
||||||
|
|
||||||
|
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: indented-text
|
mode: indented-text
|
||||||
|
|
Loading…
Reference in New Issue