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 pablogsal
Recipients felixonmars, pablogsal
Date 2020-10-07.23:31:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602113472.04.0.850932848584.issue41970@roundup.psfhosted.org>
In-reply-to
Content
Same thing as in https://bugs.python.org/issue41971. I cannot reproduce this with a fresh install of 3.9 and our buildbots are not complaining about this.

ownloads/Python-3.9.0
❯ ./python -m test test_lib2to3
0:00:00 load avg: 3.64 Run tests sequentially
0:00:00 load avg: 3.64 [1/1] test_lib2to3

== Tests result: SUCCESS ==

1 test OK.

Total duration: 7.5 sec
Tests result: SUCCESS

-------

❯ ./lel/bin/python3 -m test test_lib2to3
0:00:00 load avg: 3.87 Run tests sequentially
0:00:00 load avg: 3.87 [1/1] test_lib2to3

== Tests result: SUCCESS ==

1 test OK.

Total duration: 7.4 sec
Tests result: SUCCESS
History
Date User Action Args
2020-10-07 23:31:12pablogsalsetrecipients: + pablogsal, felixonmars
2020-10-07 23:31:12pablogsalsetmessageid: <1602113472.04.0.850932848584.issue41970@roundup.psfhosted.org>
2020-10-07 23:31:12pablogsallinkissue41970 messages
2020-10-07 23:31:11pablogsalcreate