add brief note on compiler support

This commit is contained in:
Jeremy Hylton 2000-12-14 04:53:15 +00:00
parent d1917acf5a
commit d5d6de8908
1 changed files with 6 additions and 0 deletions

View File

@ -329,6 +329,12 @@ Implementation
definition time. This is the default argument hack, but not
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:
mode: indented-text