]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks...
authorBar Harel <bar.harel@biocatch.com>
Mon, 16 Aug 2021 08:21:08 +0000 (11:21 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Aug 2021 08:21:08 +0000 (10:21 +0200)
commit2cb1a6806c0cefab0c3a40fdd428a89a4392570e
tree86ef17b88214f75335bab94a7c28b6c89ad9846f
parentad0a8a9c629a7a0fa306fbdf019be63c701a8028
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
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]