Openning as proposed in https://github.com/python/cpython/issues/97535#issuecomment-1257220241 We had multiple issues with `test_asyncio` before. Some tests are changing env, some are just flaky: - https://github.com/python/cpython/issues/97535 - https://github.com/python/cpython/issues/95027 - https://github.com/python/cpython/issues/91676 - https://github.com/python/cpython/issues/85848 - https://github.com/python/cpython/issues/85801 - https://github.com/python/cpython/issues/76639 - Any others? It is proposed to analyze what is causing this to happen again and again. And fix it, of course :) <!-- gh-linked-prs --> ### Linked PRs * gh-102421 <!-- /gh-linked-prs -->
Openning as proposed in #97535 (comment)
We had multiple issues with
test_asynciobefore. Some tests are changing env, some are just flaky:threading._danglingwithout MainThread before some tests #91676It is proposed to analyze what is causing this to happen again and again.
And fix it, of course :)
Linked PRs
test_wait_for_race_conditiontest #102421