]> granicus.if.org Git - python/commit
XXX_NAME ops should affect varnames
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 28 Aug 2001 16:36:12 +0000 (16:36 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 28 Aug 2001 16:36:12 +0000 (16:36 +0000)
commit63db7b9ca13cf319aeef9bab4aa107502d3f5907
tree56fb7f432fb67de024e155f619709cebd96ec822
parentf354575328becbdd21a92f0386db6568dcdd8d45
XXX_NAME ops should affect varnames

varnames should list all the local variables (with arguments first).
The XXX_NAME ops typically occur at the module level and assignment
ops should create locals.
Lib/compiler/pyassem.py
Tools/compiler/compiler/pyassem.py