]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 26 Aug 2021 12:48:24 +0000 (15:48 +0300)
committerGitHub <noreply@github.com>
Thu, 26 Aug 2021 12:48:24 +0000 (14:48 +0200)
commit7dc505b8655b3e48b93a4274dfd26e5856d9c64f
tree37b7b69b36ba9ee715ecdbc2ea1926927d2eee33
parent8868d48712aee2b490efaf60bed8dfe9fb14d6b7
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/test/test_asyncio/functional.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Tests/2021-08-26-14-20-44.bpo-45011.mQZdXU.rst [new file with mode: 0644]