This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients benjamin.peterson, ezio.melotti, gregory.p.smith, python-dev, xiang.zhang, yselivanov
Date 2016-09-10.18:21:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGE7PN+D_fm9j=T8ycdrHB5EY2oNWa5siMatwFnv5-9JPRzQMw@mail.gmail.com>
In-reply-to <1473525862.84.0.149883398847.issue25969@psf.upfronthosting.co.za>
Content
Haha whoops, that'd be my debugging. I'll remove it this weekend if nobody
else has gotten to it.

On Sat, Sep 10, 2016, 9:44 AM Xiang Zhang <report@bugs.python.org> wrote:

>
> Xiang Zhang added the comment:
>
> 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
>
> ----------
> nosy: +xiang.zhang
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue25969>
> _______________________________________
>
History
Date User Action Args
2016-09-10 18:21:34gregory.p.smithsetrecipients: + gregory.p.smith, benjamin.peterson, ezio.melotti, python-dev, yselivanov, xiang.zhang
2016-09-10 18:21:34gregory.p.smithlinkissue25969 messages
2016-09-10 18:21:33gregory.p.smithcreate