]> granicus.if.org Git - python/commit
Preliminary support for nested scopes
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 12 Apr 2001 06:40:42 +0000 (06:40 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 12 Apr 2001 06:40:42 +0000 (06:40 +0000)
commit364f9b9e2f798e4d28ed21122faffb030a6ccac5
treebc709b0d46eeba0c737bdd7bb58371ad06d70739
parent53ee2a94c70875b7b334ddca59900933409eaa63
Preliminary support for nested scopes

XXX Still doesn't work right for classes
XXX Still doesn't do sufficient error checking
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Lib/compiler/symbols.py
Tools/compiler/compiler/pyassem.py
Tools/compiler/compiler/pycodegen.py
Tools/compiler/compiler/symbols.py