]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add two arguments to Scope constructor, module scope and class name
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 13:57:32 +0000 (13:57 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 13:57:32 +0000 (13:57 +0000)
commitf870c952f96c72cc23fa75a1ce48418c71fbf76e
tree203aebb3e93b39be39eeb71107f7ddcff145520b
parent8b966dcf0328c20e58a728f8ade279543c40dbc4
Add two arguments to Scope constructor, module scope and class name
Add mangling support
Add get_children() and add_child() methods to Scope
Skip nodes when If test is a false constant
Add test code that checks results against symtable module
Lib/compiler/symbols.py
Tools/compiler/compiler/symbols.py