]> granicus.if.org Git - python/commit
Fix a bug in the ``compiler`` package that caused invalid code to be
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 16 Aug 2006 23:38:05 +0000 (23:38 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 16 Aug 2006 23:38:05 +0000 (23:38 +0000)
commit4c6b0d5bec587770e0d83b550faae97fe251cc65
tree1b472e824d748456dc4823ca047d67fd807c8d2f
parent7ae354846fff616746eeba6d27ccd5c175591cae
Fix a bug in the ``compiler`` package that caused invalid code to be
generated for generator expressions.
Lib/compiler/ast.py
Lib/compiler/pycodegen.py
Lib/compiler/symbols.py
Lib/test/test_compiler.py
Misc/NEWS