diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-16 09:54:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 09:54:58 (GMT) |
commit | 8516ca500eb45ecf997a471f003df02a9eb767ce (patch) | |
tree | 25c97a453f062a430139ac47ba5eecb474e7b89c /Misc | |
parent | 1960409a6dcbd1e3527f02b523bd27df9086dd77 (diff) | |
download | cpython-8516ca500eb45ecf997a471f003df02a9eb767ce.zip cpython-8516ca500eb45ecf997a471f003df02a9eb767ce.tar.gz cpython-8516ca500eb45ecf997a471f003df02a9eb767ce.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-14-00-55-16.bpo-44911.uk3hYk.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-14-00-55-16.bpo-44911.uk3hYk.rst b/Misc/NEWS.d/next/Library/2021-08-14-00-55-16.bpo-44911.uk3hYk.rst new file mode 100644 index 0000000..f8aed69 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-08-14-00-55-16.bpo-44911.uk3hYk.rst @@ -0,0 +1 @@ +:class:`~unittest.IsolatedAsyncioTestCase` will no longer throw an exception while cancelling leaked tasks. Patch by Bar Harel.
\ No newline at end of file |