mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
(cherry picked from commit 2cb1a6806c)
Co-authored-by: Bar Harel <bar.harel@biocatch.com>
This commit is contained in:
parent
1960409a6d
commit
8516ca500e
3 changed files with 22 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
:class:`~unittest.IsolatedAsyncioTestCase` will no longer throw an exception while cancelling leaked tasks. Patch by Bar Harel.
|
||||
Loading…
Add table
Add a link
Reference in a new issue