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 vstinner
Date 2021-01-27.10:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611742817.73.0.665842018989.issue43031@roundup.psfhosted.org>
In-reply-to
Content
I close the issue.

I added a timeout (20 min) in master when running tests for a PGO build.

> I created https://github.com/python/buildmaster-config/pull/228 to skip PGO builds on Python 3.7, since test_asyncio hangs on PGO builds.

Done. I remove all Python 3.7 PGO buildbot builders.

The test_asyncio issue on Python 3.7 looks like a race condition which is likely already fixed in Python 3.8. Even if it's a bug, we cannot fix asyncio bugs in Python 3.7 anymore.
History
Date User Action Args
2021-01-27 10:20:17vstinnersetrecipients: + vstinner
2021-01-27 10:20:17vstinnersetmessageid: <1611742817.73.0.665842018989.issue43031@roundup.psfhosted.org>
2021-01-27 10:20:17vstinnerlinkissue43031 messages
2021-01-27 10:20:17vstinnercreate