diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2009-02-07 00:54:41 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2009-02-07 00:54:41 (GMT) |
commit | 92c3b2190bae6dd7844c83b6acefc0b89d2bc225 (patch) | |
tree | 0cb1e4a65dab9e1ee5f24409d6c758ebc44bb3ba /Misc | |
parent | 98c3b85bc4b64307fc12b53210f941c6458bccb5 (diff) | |
download | cpython-92c3b2190bae6dd7844c83b6acefc0b89d2bc225.zip cpython-92c3b2190bae6dd7844c83b6acefc0b89d2bc225.tar.gz cpython-92c3b2190bae6dd7844c83b6acefc0b89d2bc225.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -410,6 +410,9 @@ Library protocol numbers are supplied outside the allowed 0-65536 range on bind() and getservbyport(). +- Issue #999042: The Python compiler now handles explict global statements + correctly (should be assigned using STORE_GLOBAL opcode). + Tools/Demos ----------- |