]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Dec 2020 17:57:23 +0000 (09:57 -0800)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 17:57:23 +0000 (09:57 -0800)
commitd549d0b5575b390431b7b26999151f79f74d4516
tree784ea43d0f92ea7a5a9557ecba62a9347ad8fee2
parent0a24a57888798905e3b8891c59e61ed4f1bfc5a8
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)

(cherry picked from commit 8374d2ee1589791be8892b00f4bbf8121dde24bd)

Co-authored-by: Lisa Roach <lisaroach14@gmail.com>
Lib/unittest/async_case.py
Lib/unittest/test/test_async_case.py
Misc/NEWS.d/next/Library/2020-10-11-21-43-03.bpo-39101.-I49Pm.rst [new file with mode: 0644]