]> granicus.if.org Git - python/commit
Issue #999042: The Python compiler now handles explict global statements
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 7 Feb 2009 00:54:41 +0000 (00:54 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 7 Feb 2009 00:54:41 +0000 (00:54 +0000)
commit92c3b2190bae6dd7844c83b6acefc0b89d2bc225
tree0cb1e4a65dab9e1ee5f24409d6c758ebc44bb3ba
parent98c3b85bc4b64307fc12b53210f941c6458bccb5
Issue #999042: The Python compiler now handles explict global statements
correctly (should be assigned using STORE_GLOBAL opcode).  This was done by
having the system table differentiate between explict and implicit globals.
Lib/compiler/consts.py
Lib/compiler/pycodegen.py
Lib/compiler/symbols.py
Misc/NEWS