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-01.15:28:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533137283.04.0.56676864532.issue34286@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not able to reproduce this:

 ./configure
 make -s -j
 sudo make install
 python3.7 -m test test_lib2to3

 Run tests sequentially
 0:00:00 load avg: 0.86 [1/1] test_lib2to3

 == Tests result: SUCCESS ==

 1 test OK.

 Total duration: 13 sec 456 ms
 Tests result: SUCCESS
History
Date User Action Args
2018-08-01 15:28:03berker.peksagsetrecipients: + berker.peksag, brett.cannon, doko, ncoghlan, eric.snow
2018-08-01 15:28:03berker.peksagsetmessageid: <1533137283.04.0.56676864532.issue34286@psf.upfronthosting.co.za>
2018-08-01 15:28:03berker.peksaglinkissue34286 messages
2018-08-01 15:28:02berker.peksagcreate