]> granicus.if.org Git - python/commit
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 9 Jul 2006 16:16:34 +0000 (16:16 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 9 Jul 2006 16:16:34 +0000 (16:16 +0000)
commit0e07b60a4e44129cfafaeacac765cf957e2ea219
treebf67b1a4f4302118d38e3c57ddd91f20da8b1d99
parent63597f129d73ddcfc2f3adc99d0d84d1da91082e
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
Lib/test/test_ast.py
Lib/test/test_scope.py
Misc/NEWS
Python/ast.c
Python/compile.c