]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks... 27780/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Aug 2021 09:54:58 +0000 (02:54 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Aug 2021 09:54:58 +0000 (02:54 -0700)
commit8516ca500eb45ecf997a471f003df02a9eb767ce
tree25c97a453f062a430139ac47ba5eecb474e7b89c
parent1960409a6dcbd1e3527f02b523bd27df9086dd77
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)

(cherry picked from commit 2cb1a6806c0cefab0c3a40fdd428a89a4392570e)

Co-authored-by: Bar Harel <bar.harel@biocatch.com>
Lib/unittest/async_case.py
Lib/unittest/test/test_async_case.py
Misc/NEWS.d/next/Library/2021-08-14-00-55-16.bpo-44911.uk3hYk.rst [new file with mode: 0644]