Staging
v0.8.1
https://github.com/python/cpython
Revision 7e5e13d113798117d5ef25c5ffdbd0eb39420f98 authored by Victor Stinner on 03 December 2020, 12:56:41 UTC, committed by GitHub on 03 December 2020, 12:56:41 UTC
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.
1 parent 2ad9382
History
Tip revision: 7e5e13d113798117d5ef25c5ffdbd0eb39420f98 authored by Victor Stinner on 03 December 2020, 12:56:41 UTC
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Tip revision: 7e5e13d
File Mode Size
__init__.py -rw-r--r-- 5.9 KB
_abc.py -rw-r--r-- 1.6 KB
_bootstrap.py -rw-r--r-- 39.5 KB
_bootstrap_external.py -rw-r--r-- 59.4 KB
_common.py -rw-r--r-- 2.9 KB
abc.py -rw-r--r-- 13.1 KB
machinery.py -rw-r--r-- 831 bytes
metadata.py -rw-r--r-- 18.0 KB
readers.py -rw-r--r-- 1.2 KB
resources.py -rw-r--r-- 5.6 KB
util.py -rw-r--r-- 11.0 KB

back to top