commit | 0e07b60a4e44129cfafaeacac765cf957e2ea219 | [log] [tgz] |
---|---|---|
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Sun Jul 09 16:16:34 2006 +0000 |
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Sun Jul 09 16:16:34 2006 +0000 |
tree | bf67b1a4f4302118d38e3c57ddd91f20da8b1d99 | |
parent | 63597f129d73ddcfc2f3adc99d0d84d1da91082e [diff] [blame] |
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
diff --git a/Misc/NEWS b/Misc/NEWS index b31023d..f01aff2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Bug #1501934: The scope of global variables that are locally assigned + using augmented assignment is now correctly determined. + - Bug #927248: Recursive method-wrapper objects can now safely be released.