mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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.
This commit is contained in:
parent
98c3b85bc4
commit
92c3b2190b
4 changed files with 18 additions and 10 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
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue