[issue9656] compiler module provides wrong AST for extended slice of length 1

2010-08-21 Thread Benjamin Peterson
Benjamin Peterson added the comment: The compiler module is deprecated and essentially unmaintained. -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___

[issue9656] compiler module provides wrong AST for extended slice of length 1

2010-08-21 Thread Éric Araujo
Éric Araujo added the comment: Thank you for the report. I have added people found in Misc/maintainers.rst ot the nosy list, and also removed 2.6 since it’s in security mode and does not get bug fixes anymore. -- nosy: +benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncog

[issue9656] compiler module provides wrong AST for extended slice of length 1

2010-08-21 Thread Kay Hayen
New submission from Kay Hayen : Please check the following: [GCC 4.4.5 20100728 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import compiler >>> compiler.parse( "d[1,] = None" ) Module(None, Stmt([Assign([Subscript(Name('d'), 'OP_ASSIGN', [Co