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 vstinner
Recipients asvetlov, vstinner, yselivanov
Date 2019-05-14.15:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557847354.07.0.544652672643.issue36802@roundup.psfhosted.org>
In-reply-to
Content
It seems like the commit a076e4f5e42b85664693191d04cfb33e2f9acfa5 introduced a regression: bpo-36870, test_drain_raises() of test_asyncio started to fail randomly, mostly on Windows. bpo-36870 is making AppVeyor failing on pull requests and make Windows buildbots fail randomly. I wrote PR 13316 to revert the commit to get more time to find a proper fix.
https://pythondev.readthedocs.io/ci.html#revert-on-fail
History
Date User Action Args
2019-05-14 15:22:34vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2019-05-14 15:22:34vstinnersetmessageid: <1557847354.07.0.544652672643.issue36802@roundup.psfhosted.org>
2019-05-14 15:22:34vstinnerlinkissue36802 messages
2019-05-14 15:22:33vstinnercreate