[issue3530] ast.NodeTransformer bug

2008-08-16 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3530] ast.NodeTransformer bug

2008-08-16 Thread Armin Ronacher
Armin Ronacher <[EMAIL PROTECTED]> added the comment: This is actually not a bug. copy_location does not work recursively. For this example it's more useful to use the "fix_missing_locations" function which traverses the tree and copies the locations from the parent node to the child nodes: im

[issue3530] ast.NodeTransformer bug

2008-08-11 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- nosy: +aronacher, georg.brandl ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bug

[issue3530] ast.NodeTransformer bug

2008-08-08 Thread daishi
New submission from daishi <[EMAIL PROTECTED]>: I am testing python 2.6 from SVN version: 40110 I tried the following, based on the documentation and example in the ast module. I would expect the second 'compile' to succeed also, instead of throwing an exception. Python 2.6b2+ (unknown, Aug 6