commit | 9f26833cedd33439b11059d423f599982abeb180 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Dec 03 05:20:07 2020 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 03 05:20:07 2020 -0800 |
tree | 5133b214566d26574e2cbadc9a23da88b53f8241 | |
parent | ae67db6b314e297a1b67ed15c0bb560b8ce5b856 [diff] |
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) Fix test_asyncio.test_call_later() race condition: don't measure asyncio performance in the call_later() unit test. The test failed randomly on the CI. (cherry picked from commit 7e5e13d113798117d5ef25c5ffdbd0eb39420f98) Co-authored-by: Victor Stinner <vstinner@python.org>