]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Aug 2021 13:41:29 +0000 (06:41 -0700)
committerGitHub <noreply@github.com>
Thu, 26 Aug 2021 13:41:29 +0000 (06:41 -0700)
commit9f814beadb3ee2c7b37e949a2acf72117a449ffd
tree6ffd903ea16d6cbb4f86e89cc0eea6d8554c52ae
parent32c1caa87f68a650f2d009a589a1db30484499cb
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit 7dc505b8655b3e48b93a4274dfd26e5856d9c64f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]