[issue7253] AssertionError Tree is insane with *args and reduce

2009-11-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r76061. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue7253] AssertionError Tree is insane with *args and reduce

2009-11-02 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson priority: -> normal ___ Python tracker ___ ___

[issue7253] AssertionError Tree is insane with *args and reduce

2009-11-02 Thread Jason R. Coombs
New submission from Jason R. Coombs : Create a file with a single line of code: def x(arg): return reduce(sum, []) On Python 3.1.1 (I used Windows 64-bit), run 2to3 on it returns the following error: PS C:\Users\jaraco\projects\jaraco.util\jaraco\util> C:\python\Tools\Scripts\2to3.py .\functoo