]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] GH-89074: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Apr 2022 04:14:43 +0000 (21:14 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Apr 2022 04:14:43 +0000 (23:14 -0500)
commit4cc4fe27890ef73d91c49b1bc0686a50ec704ade
tree0f6823ef563a6cb2ec44e04fed7b6baecf7e724b
parent8cd0f274921233ebc645f96c2aaee2ed7a046b12
[3.9] GH-89074: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) (#91471)

(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]