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 berker.peksag
Recipients berker.peksag, brett.cannon, doko, eric.snow, ncoghlan
Date 2018-08-02.00:32:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533169939.14.0.56676864532.issue34286@psf.upfronthosting.co.za>
In-reply-to
Content
I ran "python3.7 -m test test_lib2to3" in a separate terminal. I don't remember the exact location, but I'm sure it wasn't the build location (it was probably my home directory)

Is it possible to add some debug print()s inside https://github.com/python/cpython/blob/3.7/Lib/lib2to3/tests/support.py#L37 ? My only guess is that the test code somehow finds the wrong refactorer.
History
Date User Action Args
2018-08-02 00:32:19berker.peksagsetrecipients: + berker.peksag, brett.cannon, doko, ncoghlan, eric.snow
2018-08-02 00:32:19berker.peksagsetmessageid: <1533169939.14.0.56676864532.issue34286@psf.upfronthosting.co.za>
2018-08-02 00:32:19berker.peksaglinkissue34286 messages
2018-08-02 00:32:18berker.peksagcreate