Message275654
Gregory, the change adds a print in: https://hg.python.org/cpython/file/tip/Lib/lib2to3/fixes/fix_reload.py#l29
./python -m test test_lib2to3
Run tests sequentially
0:00:00 [1/1] test_lib2to3
obj: Leaf(1, 'a')
obj: Leaf(1, 'a')
obj: Leaf(1, 'a')
obj: Leaf(1, 'a')
obj: Leaf(1, 'a')
obj: Leaf(1, 'a')
obj: Node(star_expr, [Leaf(16, '*'), Leaf(1, 'h')])
obj: Node(argument, [Leaf(36, '**'), Leaf(1, 'i')])
1 test OK.
Total duration: 12 sec
Tests result: SUCCESS |
|
Date |
User |
Action |
Args |
2016-09-10 16:44:22 | xiang.zhang | set | recipients:
+ xiang.zhang, gregory.p.smith, benjamin.peterson, ezio.melotti, python-dev, yselivanov |
2016-09-10 16:44:22 | xiang.zhang | set | messageid: <1473525862.84.0.149883398847.issue25969@psf.upfronthosting.co.za> |
2016-09-10 16:44:22 | xiang.zhang | link | issue25969 messages |
2016-09-10 16:44:22 | xiang.zhang | create | |
|