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 terry.reedy
Recipients Lin, ned.deily, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-05-16.02:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589595106.12.0.304793387434.issue40622@roundup.psfhosted.org>
In-reply-to
Content
Runtest itself ran to completion but the 4 tests listed failed.  I suspect that this should be closed as "won't fix" because
A. 3.6 only gets security fixes since Dec 2018.
B. Locally built Windows binaries often fail a few tests, either occasionally or dependably even if the Windows buildbots are green.  Just now, test_import (still, or again), test__locale, and test_locale failed for me with 3.9.0a6+.  This is unfortunate, but it is sometimes not clear whether the bug is in the modules or the tests.
History
Date User Action Args
2020-05-16 02:11:46terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, ned.deily, zach.ware, steve.dower, Lin
2020-05-16 02:11:46terry.reedysetmessageid: <1589595106.12.0.304793387434.issue40622@roundup.psfhosted.org>
2020-05-16 02:11:46terry.reedylinkissue40622 messages
2020-05-16 02:11:45terry.reedycreate