]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Mar 2022 21:43:32 +0000 (14:43 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Mar 2022 21:43:32 +0000 (14:43 -0700)
commit9e1bfd8ce79b947dc0c1cfb4644e5afe337c2d07
treec6acc3c5cedc89123b3d06d8e692caebdd3b7eb0
parent1b6acaad9a18b2498386c60f24351ab749061e3a
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086)

(cherry picked from commit ff619c7dfe8dcb0e4c8dc655abc3acc7dc586d0d)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/test/test_asyncio/test_threads.py
Misc/NEWS.d/next/Tests/2022-03-23-22-45-51.bpo-47104._esUq8.rst [new file with mode: 0644]